Skip to content

Commit 146ba1b

Browse files
committed
Fix travis config to skip cleanup (finally)
1 parent b12f3fb commit 146ba1b

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 checkstyle:checkstyle
27-
cleanup: false
27+
skip_cleanup: true
2828
on:
2929
branch: master
3030
tags: true
@@ -36,7 +36,7 @@ deploy:
3636
- "target/hkdf-*.jar"
3737
- "target/*.sha256"
3838
- "target/checksum-sha256.txt"
39-
cleanup: false
39+
skip_cleanup: true
4040
on:
4141
branch: master
4242
tags: true

0 commit comments

Comments
 (0)