From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Sun, 13 Oct 2019 12:55:42 -0400 Subject: [U-Boot] [PATCH] travis: Exclude MIPS from the bcm job Message-ID: <20191013165542.6658-1-trini@konsulko.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index caad1ee33de1..9ca750e5759f 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" -- 2.17.1