Attempt to fix the failing deploy step

This commit is contained in:
Simon Brunel
2017-05-25 15:53:14 +02:00
parent 4dda5529b9
commit 6ecad0b33c

View File

@@ -38,16 +38,16 @@ addons:
# https://github.com/travis-ci/travis-ci/issues/5538#issuecomment-225025939
deploy:
- provider: script
script: ./scripts/release.sh
skip_cleanup: true
on:
branch: release
- provider: script
script: ./scripts/deploy.sh
skip_cleanup: true
on:
all_branches: true
- provider: script
script: ./scripts/release.sh
skip_cleanup: true
on:
branch: release
- provider: releases
api_key: $GITHUB_AUTH_TOKEN
file: