Fix Travis configuration

This commit is contained in:
Vicky Steeves 2016-08-17 14:06:02 -04:00
parent 06e3da15eb
commit 01928e0ce6
1 changed files with 1 additions and 1 deletions

View File

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