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.01-rc1~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a779ed1755c2d5011bd9598da90291f759ae760;p=pandora-u-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 caad1ee33de..9ca750e5759 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"