Skip to content

Commit

Permalink
Merge pull request #122 from njzjz/njzjz-patch-1
Browse files Browse the repository at this point in the history
fix: skip_cleanup
  • Loading branch information
njzjz authored Feb 16, 2019
2 parents 443d4d9 + 73d140c commit 558653c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
before_deploy: constructor conda/constructor
deploy:
provider: releases
skip_cleanup: true
overwrite: true
on:
tags: true
Expand All @@ -47,6 +48,7 @@ jobs:
before_deploy: constructor conda/constructor
deploy:
provider: releases
skip_cleanup: true
overwrite: true
on:
tags: true
Expand All @@ -65,6 +67,7 @@ jobs:
before_deploy: constructor conda/constructor
deploy:
provider: releases
skip_cleanup: true
overwrite: true
on:
tags: true
Expand Down

0 comments on commit 558653c

Please sign in to comment.