Update the branches.only setting in .travis.yml
This commit is contained in:
parent
838d7d2906
commit
de6e971e35
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ php:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^stable\d*$/
|
||||
- /^stable\d+(\.\d+)?$/
|
||||
|
||||
script:
|
||||
# Test lint
|
||||
|
|
Loading…
Reference in a new issue