Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 8561263

Browse files
committed
Allow testing on release branches.
1 parent 65b6f01 commit 8561263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: php
44

55
branches:
66
except:
7-
- /^release-.*$/
7+
- /^release-\d+\.\d+\.\d+.*$/
88
- /^ghgfk-.*$/
99

1010
cache:

0 commit comments

Comments
 (0)