Skip to content

Commit ce43ab1

Browse files
committed
Tweak travis config
1 parent 2b0f5cb commit ce43ab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: rust
2+
sudo: false
23
script:
34
- cargo build --verbose
45
- cargo test --verbose
@@ -8,7 +9,7 @@ after_success: |
89
[ $TRAVIS_BRANCH = master ] &&
910
[ $TRAVIS_PULL_REQUEST = false ] &&
1011
echo '<meta http-equiv=refresh content=0;url=git2/index.html>' > target/doc/index.html &&
11-
sudo pip install ghp-import &&
12+
pip install ghp-import &&
1213
ghp-import -n target/doc &&
1314
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages &&
1415
rm target/doc/index.html &&

0 commit comments

Comments
 (0)