From: Tom Rini Date: Tue, 31 Jul 2018 18:48:42 +0000 (-0400) Subject: .travis.yml: Exclude kirkwood machines from the arm926ejs job X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=d150d6131ce4b4339e85a53ca483bf0a10c630cf;p=u-boot.git .travis.yml: Exclude kirkwood machines from the arm926ejs job We have a specific job for kirkwood platforms so exclude them from this job. Signed-off-by: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index 7b0eb6e4f6..9c53c4fe21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -153,7 +153,7 @@ matrix: - BUILDMAN="arm11 arm7 arm920t arm946es" - env: - JOB="arm926ejs" - BUILDMAN="arm926ejs -x mx,siemens,atmel" + BUILDMAN="arm926ejs -x mx,siemens,atmel,kirkwood" - env: - BUILDMAN="atmel" - env: