revert skip_cleanup

This commit is contained in:
Collin M. Barrett 2017-06-29 12:00:30 -05:00 committed by GitHub
parent ce54ad7af3
commit 2800f7ff7e

View file

@ -15,7 +15,7 @@ before_install:
script:
- scripts/build.sh
deploy:
skip_cleanup: false
skip_cleanup: true
provider: script
script: scripts/deploy.sh
on: