diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-10-10 21:59:07 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-10-10 23:23:08 -0700 |
commit | 8a9d8c2c9837ea8c15d5dbfc25f61ee6fc76f2c6 (patch) | |
tree | 8111c933b428f74b125e05f48205456939563daa /.travis.yml | |
parent | 56b270454f2627d8f1694910124ef4a9144d82ee (diff) | |
download | rust-libc-8a9d8c2c9837ea8c15d5dbfc25f61ee6fc76f2c6.tar.gz |
Fix the build on s390x
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 47a50c7721..e02f9ca256 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: # build documentation - os: linux env: TARGET=x86_64-unknown-linux-gnu - rust: stable + rust: nightly script: sh ci/dox.sh # stable compat |