Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 3ed47b9

Browse files
authored
Update .travis.yml
1 parent 6d56b12 commit 3ed47b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_deploy:
1818
- git config credential.helper "store --file=.git/credentials"
1919
- echo "https://$GITHUB_KEY:@github.com" > .git/credentials
2020
- git status
21-
- git push -q --follow-tags
21+
- git push origin HEAD:$TRAVIS_BRANCH -q --follow-tags
2222
- gem install octokit -v 4.3.0
2323
deploy:
2424
skip_cleanup: true

0 commit comments

Comments
 (0)