Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
back to sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
aembke committed Mar 24, 2017
1 parent 571de7c commit b911d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ notifications:
email:
on_success: never
on_failure: never
sudo: false
sudo: true
branches:
only:
- master
Expand All @@ -27,7 +27,7 @@ after_script:
echo "Building docs for GH pages..." &&
grunt docs &&
echo "<meta http-equiv=refresh content=0;url=`echo $TRAVIS_REPO_SLUG | cut -d '/' -f 2`/index.html>" > doc/index.html &&
pip install ghp-import &&
sudo pip install ghp-import &&
ghp-import -n doc &&
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages &&
echo "Finished building docs for GH pages."
Expand Down

0 comments on commit b911d74

Please sign in to comment.