We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0f5cb commit ce43ab1Copy full SHA for ce43ab1
.travis.yml
@@ -1,4 +1,5 @@
1
language: rust
2
+sudo: false
3
script:
4
- cargo build --verbose
5
- cargo test --verbose
@@ -8,7 +9,7 @@ after_success: |
8
9
[ $TRAVIS_BRANCH = master ] &&
10
[ $TRAVIS_PULL_REQUEST = false ] &&
11
echo '<meta http-equiv=refresh content=0;url=git2/index.html>' > target/doc/index.html &&
- sudo pip install ghp-import &&
12
+ pip install ghp-import &&
13
ghp-import -n target/doc &&
14
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages &&
15
rm target/doc/index.html &&
0 commit comments