Skip to content

Commit

Permalink
Test on 1.0.0, beta, nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 15, 2015
1 parent 91ff005 commit 411d5c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: rust
rust:
- 1.0.0
- beta
- nightly
sudo: false
script:
- cargo build --verbose
Expand All @@ -8,6 +12,7 @@ script:
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
echo '<meta http-equiv=refresh content=0;url=flate2/index.html>' > target/doc/index.html &&
pip install ghp-import --user $USER &&
$HOME/.local/bin/ghp-import -n target/doc &&
Expand Down

0 comments on commit 411d5c6

Please sign in to comment.