Skip to content

Commit

Permalink
Merge pull request #43 from nearwood/master
Browse files Browse the repository at this point in the history
Travis CI
  • Loading branch information
nearwood authored Nov 7, 2019
2 parents 26b3f18 + 1598d21 commit 330854f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
- msqur.com

stages:
- test
Expand All @@ -20,4 +20,4 @@ deploy:
provider: script
script: bash deploy.sh
on:
condition: $TRAVIS_TAG =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/
branch: msqur.com

0 comments on commit 330854f

Please sign in to comment.