From 1eab9f5e1c5d4ca021cc396dc08eab090f98ca68 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Fri, 8 Apr 2016 07:46:42 -0400 Subject: [PATCH] Update .travis.yml Adds regular expression to match tags (yes, match tag in branches...) Tags should follow: 1.0.0 or 1.0.0-some --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b1fd440681..6c79fd16cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ env: branches: only: - master + - /^[0-9].[0-9].[0-9](-.*)?$/ cache: directories: - "$HOME/.mongodb/versions/downloads"