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 c861e35 commit ba58512Copy full SHA for ba58512
.travis.yml
@@ -24,7 +24,7 @@ after_success:
24
deploy:
25
- provider: script
26
script: ./mvnw -s ci-settings.xml deploy -X
27
- cleanup: false
+ skip_cleanup: true
28
on:
29
branch: master
30
tags: true
@@ -36,7 +36,7 @@ deploy:
36
- "target/*.jar"
37
- "target/*.sha256"
38
- "target/checksum-sha256.txt"
39
40
41
42
0 commit comments