diff --git a/.travis.yml b/.travis.yml index 3d35538..e7be0d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,15 +6,11 @@ php: branches: only: - master - - msqur.com - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ stages: - test -stages: -- test - jobs: include: - stage: test @@ -24,5 +20,4 @@ deploy: provider: script script: bash deploy.sh on: - branch: msqur.com condition: $TRAVIS_TAG =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/