
Given how we handle the ARM toolchain we can't easily combine these two jobs, so don't. Give xilinx/ARM a separate build.
Signed-off-by: Tom Rini trini@konsulko.com --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml index a1564ed90718..0b7a0622bfd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -194,8 +194,7 @@ matrix: - BUILDMAN="m68k" TOOLCHAIN="m68k" - env: - - JOB="Xilinx (ARM and MicroBlaze)" - BUILDMAN="xilinx" + - BUILDMAN="microblaze" TOOLCHAIN="microblaze" - env: - BUILDMAN="mips" @@ -243,6 +242,9 @@ matrix: - BUILDMAN="sh4" TOOLCHAIN="sh4" - env: + - JOB="Xilinx (ARM)" + BUILDMAN="xilinx -x microblaze" + - env: - BUILDMAN="xtensa" TOOLCHAIN="xtensa"