From: Tom Rini Date: Sun, 13 Oct 2019 15:21:56 +0000 (-0400) Subject: travis: Exclude MIPS from the bcm job X-Git-Tag: v2020.10~557 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a779ed1755c2d5011bd9598da90291f759ae760;p=platform%2Fkernel%2Fu-boot.git travis: Exclude MIPS from the bcm job We don't need to pull in anything from the MIPS job so exclude that from the new bcm job and make it clear it's building only ARM. Signed-off-by: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index caad1ee..9ca750e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -180,9 +180,9 @@ matrix: - name: "buildman boundary engicam toradex" env: - BUILDMAN="boundary engicam toradex" - - name: "buildman bcm" + - name: "buildman ARM bcm" env: - - BUILDMAN="bcm" + - BUILDMAN="bcm -x mips" - name: "buildman NXP ARM32" env: - BUILDMAN="freescale -x powerpc,m68k,aarch64"