Explorar el Código

.travis.yml: Exclude kirkwood machines from the arm926ejs job

We have a specific job for kirkwood platforms so exclude them from this
job.

Signed-off-by: Tom Rini <trini@konsulko.com>
Tom Rini hace 6 años
padre
commit
d150d6131c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -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: