[U-Boot] [PATCH] .travis.yml: Exclude openrd platforms
Tom Rini
trini at konsulko.com
Tue Jul 31 23:56:38 UTC 2018
The openrd platforms are currently orphaned, and are constantly on-edge
or overflowing their binary limit. Exclude them from travis for now.
Cc: Vagrant Cascadian <vagrant at debian.org>
Cc: Chris Packham <judge.packham at gmail.com>
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 9c53c4fe219d..d5862066570d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -195,7 +195,7 @@ matrix:
- BUILDMAN="sandbox x86"
TOOLCHAIN="x86_64"
- env:
- - BUILDMAN="kirkwood"
+ - BUILDMAN="kirkwood -x openrd"
- env:
- BUILDMAN="mvebu"
- env:
--
2.7.4
More information about the U-Boot
mailing list