Skip to content

Commit ab6925a

Browse files
committed
Update .travis.yml (#1428)
Adds regular expression to match tags (yes, match tag in branches...) Tags should follow: 1.0.0 or 1.0.0-some
1 parent a770c4c commit ab6925a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
branches:
1111
only:
1212
- master
13+
- /^[0-9].[0-9].[0-9](-.*)?$/
1314
cache:
1415
directories:
1516
- "$HOME/.mongodb/versions/downloads"

0 commit comments

Comments
 (0)