travis: Exclude omap from the arm926ejs job
authorTom Rini <trini@konsulko.com>
Tue, 19 Feb 2019 21:58:56 +0000 (16:58 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 19 Feb 2019 21:58:56 +0000 (16:58 -0500)
We build the platform here that matches with "omap" in its own job,
don't need to have it here as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml

index 49a7fa94f3ad1790cc9012a2bc211b7d607e0a46..834502fc8c1099f060c2ae749186d13591d389dd 100644 (file)
@@ -166,7 +166,7 @@ matrix:
     - name: "buildman arm926ejs (non-NXP,siemens,atmel,kirkwood,spear)"
       env:
         - JOB="arm926ejs"
-          BUILDMAN="arm926ejs -x freescale,siemens,atmel,kirkwood,spear"
+          BUILDMAN="arm926ejs -x freescale,siemens,atmel,kirkwood,spear,omap"
     - name: "buildman atmel"
       env:
         - BUILDMAN="atmel"