From 33a6647125f04257cfba75217eae94c6ec0e7d82 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Fri, 2 Feb 2018 15:09:37 -0600 Subject: [PATCH] Deploy on tag --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index acb9f329..851051be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'