From 1598d215c03fb16ff77c5c538a48aa26ac899298 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 6 Nov 2019 23:08:41 -0600 Subject: [PATCH] I give up --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7be0d9..884cf67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ php: branches: only: - master - - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ + - msqur.com stages: - test @@ -20,4 +20,4 @@ deploy: provider: script script: bash deploy.sh on: - condition: $TRAVIS_TAG =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/ + branch: msqur.com