We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5cfd6 commit 3ed4935Copy full SHA for 3ed4935
.travis.yml
@@ -1,4 +1,8 @@
1
language: rust
2
+rust:
3
+ - 1.0.0
4
+ - beta
5
+ - nightly
6
sudo: false
7
script:
8
- cargo build --verbose
@@ -7,6 +11,7 @@ script:
11
after_success: |
12
[ $TRAVIS_BRANCH = master ] &&
9
13
[ $TRAVIS_PULL_REQUEST = false ] &&
14
+ [ $TRAVIS_RUST_VERSION = nightly ] &&
10
15
echo '<meta http-equiv=refresh content=0;url=glob/index.html>' > target/doc/index.html &&
16
pip install ghp-import --user $USER &&
17
$HOME/.local/bin/ghp-import -n target/doc &&
0 commit comments