diff --git a/.travis.yml b/.travis.yml index 4a315e7..bef9dad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ after_script: [ $TRAVIS_PULL_REQUEST = false ] && echo "Building docs for GH pages..." && grunt docs && - echo "" > 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 &&