diff options
author | Tom Rini <trini@konsulko.com> | 2019-10-13 11:21:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-13 11:21:56 -0400 |
commit | 7a779ed1755c2d5011bd9598da90291f759ae760 (patch) | |
tree | a2848c21d5808538f84c9360e36516784b07398e /.travis.yml | |
parent | 9189d6f1e9c4ae40a14558636ed7b59b53c4c885 (diff) | |
download | u-boot-7a779ed1755c2d5011bd9598da90291f759ae760.tar.gz u-boot-7a779ed1755c2d5011bd9598da90291f759ae760.tar.bz2 u-boot-7a779ed1755c2d5011bd9598da90291f759ae760.zip |
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 <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index caad1ee33d..9ca750e575 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" |