Skip to content

Commit a14b61c

Browse files
authored
Merge pull request #28 from surabhi226005/feature/ss/test-ci-5
Integrate heroku in travis setup
2 parents a469527 + 0a2a49d commit a14b61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ git add dist/ ;
2929
git checkout -b $NEW_TRAVIS_BRANCH ;
3030
git commit -m "$TRAVIS_COMMIT_MESSAGE" ;
3131
# Push to Heroku!
32-
yes | git push $PROVIDER $NEW_TRAVIS_BRANCH:$PROVIDER_BRANCH ;
32+
yes | git push --force $PROVIDER $NEW_TRAVIS_BRANCH:$PROVIDER_BRANCH ;
3333

3434

3535
# echo -e "yes" | ./travis.sh

0 commit comments

Comments
 (0)