diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-10-14 14:54:50 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-10-14 14:54:50 -0700 |
commit | ff9366548ba0d02644945137fc45361b8145669a (patch) | |
tree | f04ceee6320b884ee4d682689999e81d2ae6058d /.travis.yml | |
parent | ebeab042e6bb14a447627b57ed9a493e2cc0e095 (diff) | |
download | rust-libc-ff9366548ba0d02644945137fc45361b8145669a.tar.gz |
Go back to stable for rustdoc
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 e02f9ca256..47a50c7721 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: # build documentation - os: linux env: TARGET=x86_64-unknown-linux-gnu - rust: nightly + rust: stable script: sh ci/dox.sh # stable compat |