Skip to content

Commit

Permalink
travis: run deploy script with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Apr 22, 2018
1 parent 8d56189 commit 5fc97e1
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 @@ -11,7 +11,7 @@ services:
deploy:
- provider: script
skip_cleanup: true
script: ci_release.sh
script: bash ci_release.sh
on:
tags: true
condition: $TRAVIS_OS_NAME = linux
Expand Down

0 comments on commit 5fc97e1

Please sign in to comment.