diff --git a/.travis.yml b/.travis.yml index 93f6101a..382baf77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ script: deploy: provider: script - script: ./scripts/push.sh production $TRAVIS_TAG + script: sh ./scripts/push.sh skip_cleanup: true on: branch: master