From: Tom Rini Date: Tue, 19 Feb 2019 21:58:56 +0000 (-0500) Subject: travis: Exclude omap from the arm926ejs job X-Git-Tag: v2025.01-rc5-pxa1908~3110^2 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=06d01e6601203644b403cc8d909fe2a1990e5468;p=u-boot.git travis: Exclude omap from the arm926ejs job We build the platform here that matches with "omap" in its own job, don't need to have it here as well. Signed-off-by: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index 49a7fa94f3..834502fc8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -166,7 +166,7 @@ matrix: - name: "buildman arm926ejs (non-NXP,siemens,atmel,kirkwood,spear)" env: - JOB="arm926ejs" - BUILDMAN="arm926ejs -x freescale,siemens,atmel,kirkwood,spear" + BUILDMAN="arm926ejs -x freescale,siemens,atmel,kirkwood,spear,omap" - name: "buildman atmel" env: - BUILDMAN="atmel"