.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>
This commit is contained in:
parent
e93db9b6ca
commit
d150d6131c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue