Skip to content

Commit

Permalink
Update .travis.yml (#1428)
Browse files Browse the repository at this point in the history
Adds regular expression to match tags (yes, match tag in branches...)
Tags should follow:

1.0.0
or
1.0.0-some
  • Loading branch information
flovilmart committed Apr 8, 2016
1 parent a770c4c commit ab6925a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
branches:
only:
- master
- /^[0-9].[0-9].[0-9](-.*)?$/
cache:
directories:
- "$HOME/.mongodb/versions/downloads"
Expand Down

0 comments on commit ab6925a

Please sign in to comment.