Skip to content

Commit

Permalink
Make deploy script executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
divmain committed Jul 5, 2017
1 parent 5112b16 commit cb978b6
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -41,7 +41,7 @@ after_success:

deploy:
provider: script
script: scripts/deploy.sh
script: bash $TRAVIS_BUILD_DIR/scripts/deploy.sh
on:
branch: master

Expand Down
Empty file modified scripts/deploy.sh
100644 → 100755
Empty file.

0 comments on commit cb978b6

Please sign in to comment.