Skip to content

Commit

Permalink
Fix infinite build loop
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jul 14, 2018
1 parent fd2bc45 commit c1b57c6
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 @@ -26,7 +26,7 @@ script:
deploy:
provider: script
skip_cleanup: true
script: ghr -delete $TRAVIS_TAG build/
script: ghr $TRAVIS_TAG build/
on:
tags: true
branch: master

0 comments on commit c1b57c6

Please sign in to comment.