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
This commit is contained in:
@@ -10,6 +10,7 @@ env:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- /^[0-9].[0-9].[0-9](-.*)?$/
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- "$HOME/.mongodb/versions/downloads"
|
- "$HOME/.mongodb/versions/downloads"
|
||||||
|
|||||||
Reference in New Issue
Block a user