Skip to content

Commit 20e9898

Browse files
dariuszkucsmyrick
authored andcommitted
fix travis branch regex (ExpediaGroup#264)
1 parent 391f443 commit 20e9898

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 @@ jdk:
88
branches:
99
only:
1010
- master
11-
- /v\d+\.\d+\.x/
11+
- /\d+\.\d+\.x/
1212

1313
cache:
1414
directories:

0 commit comments

Comments
 (0)