[U-Boot] [PATCH] .travis.yml: Exclude kirkwood machines from the arm926ejs job
Tom Rini
trini at konsulko.com
Tue Jul 31 18:49:22 UTC 2018
We have a specific job for kirkwood platforms so exclude them from this
job.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 7b0eb6e4f6b5..9c53c4fe219d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -153,7 +153,7 @@ matrix:
- BUILDMAN="arm11 arm7 arm920t arm946es"
- env:
- JOB="arm926ejs"
- BUILDMAN="arm926ejs -x mx,siemens,atmel"
+ BUILDMAN="arm926ejs -x mx,siemens,atmel,kirkwood"
- env:
- BUILDMAN="atmel"
- env:
--
2.7.4
More information about the U-Boot
mailing list