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 e69889b commit 3aec0d8Copy full SHA for 3aec0d8
.travis.yml
@@ -55,13 +55,13 @@ before_deploy:
55
deploy:
56
- provider: script
57
skip_cleanup: true
58
- script: ./travis/deploy_snapshot.sh
+ script: .travis/deploy_snapshot.sh
59
on:
60
repo: utPLSQL/utPLSQL-maven-plugin
61
branch: develop
62
63
64
- script: ./travis/deploy_release.sh
+ script: .travis/deploy_release.sh
65
66
67
branch: master
0 commit comments