Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit 3ce9bb6

Browse files
committed
Test on rust 1.0.0, nightly, and beta
1 parent e653f33 commit 3ce9bb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: rust
2+
rust:
3+
- 1.0.0
4+
- beta
5+
- nightly
26
sudo: false
37
script:
48
- cargo build --verbose
@@ -7,6 +11,7 @@ script:
711
after_success: |
812
[ $TRAVIS_BRANCH = master ] &&
913
[ $TRAVIS_PULL_REQUEST = false ] &&
14+
[ $TRAVIS_RUST_VERSION = nightly ] &&
1015
echo '<meta http-equiv=refresh content=0;url=tempdir/index.html>' > target/doc/index.html &&
1116
pip install ghp-import --user $USER &&
1217
$HOME/.local/bin/ghp-import -n target/doc &&

0 commit comments

Comments
 (0)