Skip to content

Commit c861e35

Browse files
committed
Fix travis config to skip cleanup
1 parent 25ca6b6 commit c861e35

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
@@ -24,7 +24,7 @@ after_success:
2424
deploy:
2525
- provider: script
2626
script: ./mvnw -s ci-settings.xml deploy -X
27-
cleanup: true
27+
cleanup: false
2828
on:
2929
branch: master
3030
tags: true
@@ -36,7 +36,7 @@ deploy:
3636
- "target/*.jar"
3737
- "target/*.sha256"
3838
- "target/checksum-sha256.txt"
39-
cleanup: true
39+
cleanup: false
4040
on:
4141
branch: master
4242
tags: true

0 commit comments

Comments
 (0)