From 6d25a29e0ad3342d5bbeb346e9951b5e12de9e4c Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Sat, 22 Dec 2018 20:46:59 -0800 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 1425467ff..6fcfbf8e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ branches: only: - master - v3.2 + - /^v3.2.*$/ matrix: include: