1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

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>
This commit is contained in:
Tom Rini
2019-02-19 16:58:56 -05:00
parent 2d3beff2d2
commit 06d01e6601

View File

@@ -166,7 +166,7 @@ matrix:
- name: "buildman arm926ejs (non-NXP,siemens,atmel,kirkwood,spear)" - name: "buildman arm926ejs (non-NXP,siemens,atmel,kirkwood,spear)"
env: env:
- JOB="arm926ejs" - JOB="arm926ejs"
BUILDMAN="arm926ejs -x freescale,siemens,atmel,kirkwood,spear" BUILDMAN="arm926ejs -x freescale,siemens,atmel,kirkwood,spear,omap"
- name: "buildman atmel" - name: "buildman atmel"
env: env:
- BUILDMAN="atmel" - BUILDMAN="atmel"