.travis.yml: work around Travis's tag blindness using a regexp

This commit is contained in:
Stephen Gold 2019-03-21 14:03:23 -07:00
parent 31574f1c65
commit 9d9132d5b6

View File

@ -6,6 +6,7 @@ branches:
- master - master
- v3.2 - v3.2
- /^v3.2.*$/ - /^v3.2.*$/
- /^v3.3.*$/
matrix: matrix:
include: include: