|
@@ -123,12 +123,12 @@ notifications:
|
|
# https://docs.travis-ci.com/user/deployment/#Conditional-Releases-with-on
|
|
# https://docs.travis-ci.com/user/deployment/#Conditional-Releases-with-on
|
|
deploy:
|
|
deploy:
|
|
- provider: script
|
|
- provider: script
|
|
- cleanup: false
|
|
|
|
|
|
+ skip_cleanup: true
|
|
script: bin/travis-deploy
|
|
script: bin/travis-deploy
|
|
on:
|
|
on:
|
|
branch: master
|
|
branch: master
|
|
- provider: script
|
|
- provider: script
|
|
- cleanup: false
|
|
|
|
|
|
+ skip_cleanup: true
|
|
script: bin/travis-deploy-companion
|
|
script: bin/travis-deploy-companion
|
|
on:
|
|
on:
|
|
branch: master
|
|
branch: master
|