We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c62ea6 commit 8f1395fCopy full SHA for 8f1395f
.travis.yml
@@ -53,13 +53,13 @@ before_deploy:
53
deploy:
54
- provider: script
55
skip_cleanup: true
56
- script: .travis/deploy_snapshot.sh
+ script: bash .travis/deploy_snapshot.sh
57
on:
58
repo: utPLSQL/utPLSQL-maven-plugin
59
branch: develop
60
61
62
- script: .travis/deploy_release.sh
+ script: bash .travis/deploy_release.sh
63
64
65
branch: master
0 commit comments