.travis.yml: Exclude kirkwood machines from the arm926ejs job
authorTom Rini <trini@konsulko.com>
Tue, 31 Jul 2018 18:48:42 +0000 (14:48 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 31 Jul 2018 23:58:23 +0000 (19:58 -0400)
We have a specific job for kirkwood platforms so exclude them from this
job.

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

index 7b0eb6e..9c53c4f 100644 (file)
@@ -153,7 +153,7 @@ matrix:
         - BUILDMAN="arm11 arm7 arm920t arm946es"
     - env:
         - JOB="arm926ejs"
-          BUILDMAN="arm926ejs -x mx,siemens,atmel"
+          BUILDMAN="arm926ejs -x mx,siemens,atmel,kirkwood"
     - env:
         - BUILDMAN="atmel"
     - env: