Skip to content

Commit 8f1395f

Browse files
committed
Using bash to run the deployment script
1 parent 7c62ea6 commit 8f1395f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ before_deploy:
5353
deploy:
5454
- provider: script
5555
skip_cleanup: true
56-
script: .travis/deploy_snapshot.sh
56+
script: bash .travis/deploy_snapshot.sh
5757
on:
5858
repo: utPLSQL/utPLSQL-maven-plugin
5959
branch: develop
6060
- provider: script
6161
skip_cleanup: true
62-
script: .travis/deploy_release.sh
62+
script: bash .travis/deploy_release.sh
6363
on:
6464
repo: utPLSQL/utPLSQL-maven-plugin
6565
branch: master

0 commit comments

Comments
 (0)