travis: Exclude MIPS from the bcm job
authorTom Rini <trini@konsulko.com>
Sun, 13 Oct 2019 15:21:56 +0000 (11:21 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 13 Oct 2019 15:21:56 +0000 (11:21 -0400)
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>
.travis.yml

index caad1ee33de10ca02dc94aaeb2e0ce40cd89c4f2..9ca750e5759fb52ce882dacef52778441abc0a9e 100644 (file)
@@ -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"