diff options
author | Tom Rini <trini@konsulko.com> | 2017-04-09 18:18:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-10 08:06:37 -0400 |
commit | 4d0f0a4183e2e1a5cbcaa1faf8229a5cd11b0428 (patch) | |
tree | 38e392762d871829a068874c5b9a9e99bbfbe59d | |
parent | 34bf497f9a132a5305f0aecfd7ada5f3724f6ec5 (diff) | |
download | u-boot-4d0f0a4183e2e1a5cbcaa1faf8229a5cd11b0428.tar.gz |
travis-ci: OrangePi PC2 only links with gcc-5.x or later
We disable this specific board as it does not link with the gcc-4.9.x
that we use today in travis-ci.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3dc38df988..591915df4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,7 +152,7 @@ matrix: - env: - BUILDMAN="sun7i" - env: - - BUILDMAN="sun8i" + - BUILDMAN="sun8i -x orangepi_pc2" - env: - BUILDMAN="sun9i" - env: |