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 50aa60d commit 34ab9e3Copy full SHA for 34ab9e3
.travis.yml
@@ -1,3 +1,4 @@
1
+sudo: false
2
language: rust
3
4
script:
@@ -9,8 +10,8 @@ after_success: |
9
10
[ $TRAVIS_BRANCH = master ] &&
11
[ $TRAVIS_PULL_REQUEST = false ] &&
12
echo '<meta http-equiv=refresh content=0;url=cssparser/index.html>' > target/doc/index.html &&
- sudo pip install ghp-import &&
13
- ghp-import -n target/doc &&
+ pip install --user ghp-import &&
14
+ ~/.local/bin/ghp-import -n target/doc &&
15
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
16
17
env:
0 commit comments