1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-10 20:00:09 +02:00

skip travis deploy cleanup

This commit is contained in:
Matthias Kretschmann 2015-08-31 20:50:49 +02:00
parent 70d46a54dc
commit 1aa680c183

View File

@ -16,6 +16,7 @@ addons:
before_script: .ci/setup.sh
script: .ci/build.sh
deploy:
skip_cleanup: true
provider: script
script: .ci/deploy.sh
on: