Update .travis.yml (#1967)
Fixes tags not running when having more than a digit
This commit is contained in:
@@ -12,7 +12,7 @@ env:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- /^[0-9].[0-9].[0-9](-.*)?$/
|
- /^[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