From 06d01e6601203644b403cc8d909fe2a1990e5468 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 19 Feb 2019 16:58:56 -0500 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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" -- cgit v1.2.3