diff options
| author | Tom Rini <[email protected]> | 2019-10-13 11:21:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-10-13 11:21:56 -0400 |
| commit | 7a779ed1755c2d5011bd9598da90291f759ae760 (patch) | |
| tree | a2848c21d5808538f84c9360e36516784b07398e | |
| parent | 9189d6f1e9c4ae40a14558636ed7b59b53c4c885 (diff) | |
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 <[email protected]>
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
