mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
travis: Exclude omap from the arm926ejs job
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>
This commit is contained in:
parent
2d3beff2d2
commit
06d01e6601
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue