
as time for job exceeds split this job into two jobs. One which builds all "ls10" boards and one which catch all the rest.
Signed-off-by: Heiko Schocher hs@denx.de --- travis build: https://travis-ci.org/hsdenx/u-boot-test/builds/612281027
.travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml index f6aec96770..141f161346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -183,9 +183,12 @@ matrix: - name: "buildman ARM bcm" env: - BUILDMAN="bcm -x mips" - - name: "buildman NXP ARM32" + - name: "buildman NXP ARM32 ls10" env: - - BUILDMAN="freescale -x powerpc,m68k,aarch64" + - BUILDMAN="freescale&ls10 -x powerpc,m68k,aarch64" + - name: "buildman NXP ARM32 catch-all" + env: + - BUILDMAN="freescale -x powerpc,m68k,aarch64,ls10" - name: "buildman NXP AArch64 LS101x" env: - BUILDMAN="freescale&aarch64&ls101"