From da88b2448e6ab2820b7fa48f46c3707472076f0b Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Wed, 1 Jun 2016 12:24:59 -0400 Subject: [PATCH] Update .travis.yml 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 e6248cfd7e..2b5c1e1ef2 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"