Skip to content

Commit

Permalink
[deployment] cleanup -> skip_cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TiBarification committed Nov 28, 2020
1 parent 8a27fa5 commit 0732690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Install some apt packages needed for spcomp
#Install some apt packages needed for spcomp
addons:
apt_packages:
- lib32z1
Expand Down Expand Up @@ -51,7 +51,7 @@ before_deploy:
- zip -rq shop shop
- tar -czf shop.tar.gz shop
deploy:
cleanup: false
skip_cleanup: true
provider: releases
api_key: ${GH_TOKEN}
file:
Expand Down

0 comments on commit 0732690

Please sign in to comment.