[U-Boot] [PATCH 1/1] 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 trini@konsulko.com --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index 49a7fa94f3ad..834502fc8c10 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"

On Tue, Feb 19, 2019 at 08:48:38PM -0500, Tom Rini wrote:
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 trini@konsulko.com
Applied to u-boot/master, thanks!
participants (1)
-
Tom Rini