aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-05-15 11:50:24 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-05-15 11:50:37 -0700
commit321afe620530bde9875c42489211f891c2ac0646 (patch)
tree3ce50db58df76164608d0e22497ffa6e7d734f04 /.travis.yml
parent67132245640a0d2e95b696163b504553eb55efa5 (diff)
downloadmilf-rs-321afe620530bde9875c42489211f891c2ac0646.tar.gz
milf-rs-321afe620530bde9875c42489211f891c2ac0646.zip
Try out a new travis config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 145528e..d6669c7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,7 @@
language: rust
+rust:
+ - 1.0.0
+ - nightly
sudo: false
script:
- cargo build --verbose
@@ -10,6 +13,7 @@ script:
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
+ [ $TRAVIS_RUST_VERSION = nightly ] &&
echo '<meta http-equiv=refresh content=0;url=toml/index.html>' > target/doc/index.html &&
pip install ghp-import --user $USER &&
$HOME/.local/bin/ghp-import -n target/doc &&