Deploy on tag

This commit is contained in:
Nabeel Shahzad
2018-02-02 15:09:37 -06:00
parent 533e5a8973
commit 33a6647125

View File

@@ -43,3 +43,14 @@ jobs:
on:
branch: master
php: '7.0'
- stage: deploy
script: skip
before_deploy:
- curl -sL https://raw.githubusercontent.com/travis-ci/artifacts/master/install | bash
deploy:
provider: script
skip_cleanup: true
script: ./.travis/deploy_script.sh
on:
tags: true
php: '7.0'