Skip to content

Commit

Permalink
Fix travis config to skip cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Apr 6, 2020
1 parent 7afaa43 commit b496b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -25,7 +25,7 @@ after_success:
deploy:
- provider: script
script: ./mvnw -s ci-settings.xml deploy -X checkstyle:checkstyle
cleanup: true
cleanup: false
on:
branch: master
tags: true
Expand All @@ -39,7 +39,7 @@ deploy:
- "modules/bcrypt/target/checksum-sha256.txt"
- "modules/bcrypt-cli/target/bcrypt-*-full.jar"
- "modules/bcrypt-cli/target/*.sha256"
cleanup: true
cleanup: false
on:
branch: master
tags: true
Expand Down

0 comments on commit b496b7e

Please sign in to comment.