From b496b7e3851f2736676c099460961d620b5b9452 Mon Sep 17 00:00:00 2001 From: pfavre Date: Mon, 6 Apr 2020 21:50:31 +0200 Subject: [PATCH] Fix travis config to skip cleanup --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index afb4dfc..8409f0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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