diff --git a/travis.sh b/travis.sh index 2bc8b612..f21e2aa5 100644 --- a/travis.sh +++ b/travis.sh @@ -29,7 +29,7 @@ git add dist/ ; git checkout -b $NEW_TRAVIS_BRANCH ; git commit -m "$TRAVIS_COMMIT_MESSAGE" ; # Push to Heroku! -yes | git push $PROVIDER $NEW_TRAVIS_BRANCH:$PROVIDER_BRANCH ; +yes | git push --force $PROVIDER $NEW_TRAVIS_BRANCH:$PROVIDER_BRANCH ; # echo -e "yes" | ./travis.sh