Fix Travis configuration

This commit is contained in:
Vicky Steeves 2016-08-17 13:40:26 -04:00
parent 2d871bef7c
commit 06e3da15eb
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ script: nikola build
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
pip install ghp-import --user $USER &&
pip install ghp-import &&
$HOME/.local/bin/ghp-import -n output
git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages