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

v3.2 v3.2.2-beta1
Stephen Gold 6 years ago
parent 55e93fb7d5
commit 6d25a29e0a
  1. 1
      .travis.yml

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

Loading…
Cancel
Save