diff --git a/.travis.yml b/.travis.yml index 9604f51..f7c0c84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ jobs: provider: releases token: "$GITHUB_TOKEN" file: "target/plantuml-${TRAVIS_BRANCH}.war" - cleanup: true + skip_cleanup: true on: tags: true