diff options
| author | Tom Rini <[email protected]> | 2019-02-19 16:58:56 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-02-19 16:58:56 -0500 |
| commit | 06d01e6601203644b403cc8d909fe2a1990e5468 (patch) | |
| tree | 7af7b4e87637a61be6ce762d2dc99bcdd503b9be | |
| parent | 2d3beff2d297d278b3944289be285a59fa7904e0 (diff) | |
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 <[email protected]>
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 49a7fa94f3a..834502fc8c1 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" |
