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

Commit 79c6e17

Browse files
committed
Allow building release-X.Y branches
1 parent b4354f7 commit 79c6e17

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)