From 38f02af5117e80d7ef2ceefce6e4d807b3d66c2b Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Wed, 1 Jun 2016 13:49:53 -0400 Subject: [PATCH] Update .travis.yml (#1967) Fixes tags not running when having more than a digit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6248cfd..2b5c1e1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: branches: only: - master - - /^[0-9].[0-9].[0-9](-.*)?$/ + - /^[0-9]+.[0-9]+.[0-9]+(-.*)?$/ cache: directories: - "$HOME/.mongodb/versions/downloads"