Travis-CI: Fix microblaze and xilinx jobs
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>
diff --git a/.travis.yml b/.travis.yml
index a1564ed..0b7a062 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -194,8 +194,7 @@
- BUILDMAN="m68k"
TOOLCHAIN="m68k"
- env:
- - JOB="Xilinx (ARM and MicroBlaze)"
- BUILDMAN="xilinx"
+ - BUILDMAN="microblaze"
TOOLCHAIN="microblaze"
- env:
- BUILDMAN="mips"
@@ -243,6 +242,9 @@
- BUILDMAN="sh4"
TOOLCHAIN="sh4"
- env:
+ - JOB="Xilinx (ARM)"
+ BUILDMAN="xilinx -x microblaze"
+ - env:
- BUILDMAN="xtensa"
TOOLCHAIN="xtensa"