From 9d9132d5b638922f4d5d2e8934e849bc6fe37459 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Thu, 21 Mar 2019 14:03:23 -0700 Subject: [PATCH] .travis.yml: work around Travis's tag blindness using a regexp --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6fcfbf8e8e..bc055abc32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ branches: - master - v3.2 - /^v3.2.*$/ + - /^v3.3.*$/ matrix: include: