diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-31 14:49:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-31 19:58:23 -0400 |
commit | ae5afc37204e72ebe6e6844f70afff99db3bd910 (patch) | |
tree | e775cdc099e08444e423e12a65c1b65e12b5262f /.travis.yml | |
parent | d150d6131ce4b4339e85a53ca483bf0a10c630cf (diff) | |
download | u-boot-ae5afc37204e72ebe6e6844f70afff99db3bd910.tar.gz |
.travis.yml: Exclude openrd platforms
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@debian.org>
Cc: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9c53c4fe21..d586206657 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: |