Skip to content

Commit 6a1a1e9

Browse files
dariuszkucsmyrick
authored and
smyrick
committed
fix travis branch regex (ExpediaGroup#266)
1 parent 20e9898 commit 6a1a1e9

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-
- /\d+\.\d+\.x/
11+
- /\d+\.\d+\.(x|\d+)/
1212

1313
cache:
1414
directories:

0 commit comments

Comments
 (0)