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