Fix skip cleanup.

This commit is contained in:
Martin Rotter 2020-05-07 09:00:54 +02:00
parent 631dfef12b
commit af57e4eb3b

View File

@ -13,6 +13,7 @@ notifications:
email: false email: false
deploy: deploy:
- provider: releases - provider: releases
skip_cleanup: true
file_glob: true file_glob: true
api_key: $GH_TOKEN api_key: $GH_TOKEN
file: file:
@ -22,6 +23,7 @@ deploy:
tags: true tags: true
all_branches: true all_branches: true
- provider: bintray - provider: bintray
skip_cleanup: true
file: .travis-bintray-desc.json file: .travis-bintray-desc.json
user: martinrotter user: martinrotter
key: $BINTRAY_KEY key: $BINTRAY_KEY