We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4278570 commit 498daceCopy full SHA for 498dace
.travis.yml
@@ -9,13 +9,13 @@ script:
9
- cargo doc --verbose
10
- mv target/doc doc
11
12
-#[ $TRAVIS_BRANCH = master ] &&
13
after_success: |
+ [ $TRAVIS_BRANCH = master ] &&
14
[ $TRAVIS_PULL_REQUEST = false ] &&
15
echo '<meta http-equiv=refresh content=0;url=primes/index.html>' > doc/index.html &&
16
pip install ghp-import --user $USER &&
17
$HOME/.local/bin/ghp-import -n doc &&
18
- git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
+ git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
19
notifications:
20
email:
21
on_success: never
0 commit comments