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

Commit 2cd6697

Browse files
committed
Allow travis to build the release-2.7 branch
- But not tagged releases.
1 parent cae0293 commit 2cd6697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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)