Skip to content

Commit 38f02af

Browse files
committed
Update .travis.yml (#1967)
Fixes tags not running when having more than a digit
1 parent c6c9c97 commit 38f02af

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
@@ -12,7 +12,7 @@ env:
1212
branches:
1313
only:
1414
- master
15-
- /^[0-9].[0-9].[0-9](-.*)?$/
15+
- /^[0-9]+.[0-9]+.[0-9]+(-.*)?$/
1616
cache:
1717
directories:
1818
- "$HOME/.mongodb/versions/downloads"

0 commit comments

Comments
 (0)