Test on both nightly and beta

This commit is contained in:
Steven Fackler 2015-04-27 23:07:22 -07:00
parent bce84a6d53
commit 95056ab676
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
language: rust
rust:
- nightly
- beta
os:
- osx
- linux
@ -15,4 +18,4 @@ script:
- (test $TRAVIS_OS_NAME == "osx" || (cd openssl && LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH cargo test --features "$FEATURES"))
- ./.travis/build_docs.sh
after_success:
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_RUST_VERSION == "nightly" && ./.travis/update_docs.sh