Skip to content

Commit

Permalink
Oh travis, why won't you build for me?
Browse files Browse the repository at this point in the history
  • Loading branch information
wackywendell committed Apr 2, 2015
1 parent 03884e6 commit b1c947d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
cargo doc &&
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > doc/index.html &&
echo '<meta http-equiv=refresh content=0;url=primes/index.html>' > doc/index.html &&
sudo pip install ghp-import &&
ghp-import -n doc &&
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages

0 comments on commit b1c947d

Please sign in to comment.