Skip to content

Commit

Permalink
Set execution bit of deploy script (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Jun 5, 2017
1 parent 92643d5 commit 6311568
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 @@ -25,7 +25,7 @@ after_success:

deploy:
provider: script
script: scripts/deploy.sh
script: chmod +x scripts/deploy.sh && scripts/deploy.sh
skip_cleanup: true
on:
condition: $TRAVIS_BRANCH == "master" || -n $TRAVIS_TAG

0 comments on commit 6311568

Please sign in to comment.