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

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin authored Aug 27, 2017
1 parent 6d56b12 commit 3ed47b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_deploy:
- git config credential.helper "store --file=.git/credentials"
- echo "https://$GITHUB_KEY:@github.com" > .git/credentials
- git status
- git push -q --follow-tags
- git push origin HEAD:$TRAVIS_BRANCH -q --follow-tags
- gem install octokit -v 4.3.0
deploy:
skip_cleanup: true
Expand Down

0 comments on commit 3ed47b9

Please sign in to comment.