Skip to content

Commit 0edd017

Browse files
committed
Travis: run on vX.Y.x branches, too
E.g., "v7.2.x"
1 parent 4a0beee commit 0edd017

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
@@ -8,7 +8,7 @@ branches:
88
# this avoids duplicate builds on the PR *branches*, too.)
99
only:
1010
- master
11-
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
11+
- /^v\d+\.\d+(\.(\d|x)+)?(-\S*)?$/
1212

1313
env:
1414
global:

0 commit comments

Comments
 (0)