diff options
author | bors <bors@rust-lang.org> | 2017-10-28 03:34:15 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2017-10-28 03:34:15 +0000 |
commit | 25fb72e35968b4a44e454f931254ec2fbf57505c (patch) | |
tree | 88e2aad0036c5f47773f8b382cb5d2f3a3f76f5f /.travis.yml | |
parent | c6abfc1f701e9c67515608627d09e03ed00ee0c8 (diff) | |
parent | 9a0d37f5172e946a54366107dd775d65615e67f0 (diff) | |
download | rust-libc-25fb72e35968b4a44e454f931254ec2fbf57505c.tar.gz |
Auto merge of #823 - malbarbo:sparc64-test, r=alexcrichton
Add sparc64-unknown-linux-gnu to CI (with disabled tests)
Tests are disabled because qemu segfaults, see https://github.com/rust-lang/libc/issues/822
The builder is still useful to catch some errors.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 80246d192e..bd7592c3b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,7 @@ matrix: - env: TARGET=mips64el-unknown-linux-gnuabi64 - env: TARGET=mips-unknown-linux-gnu - env: TARGET=s390x-unknown-linux-gnu + - env: TARGET=sparc64-unknown-linux-gnu - env: TARGET=asmjs-unknown-emscripten - env: TARGET=wasm32-unknown-emscripten |