diff options
author | Bryant Mairs <bryantmairs@google.com> | 2018-05-31 19:27:03 -0700 |
---|---|---|
committer | Bryant Mairs <bryantmairs@google.com> | 2018-05-31 19:27:03 -0700 |
commit | 0f8a62bce66f7157d7f7ee9f626eae05734aed33 (patch) | |
tree | 85ee73fac961e4e6cd0ab55255115cacc63c5a58 /.travis.yml | |
parent | d41e62ac29e7653f4a7f3dab457d7b8688c0f49c (diff) | |
download | rust-libc-0f8a62bce66f7157d7f7ee9f626eae05734aed33.tar.gz |
Fail hard on sparc64 build failures
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8bc91ae3a5..da3124db08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,6 @@ matrix: allow_failures: # FIXME(#987) move back to include once 404 is fixed - env: TARGET=s390x-unknown-linux-gnu - - env: TARGET=sparc64-unknown-linux-gnu include: # 1.13.0 compat - env: TARGET=x86_64-unknown-linux-gnu NO_ADD=1 |