Skip to content

Commit

Permalink
.travis.yml: work around Travis's tag blindness using a regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 21, 2019
1 parent 31574f1 commit 9d9132d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ branches:
- master
- v3.2
- /^v3.2.*$/
- /^v3.3.*$/

matrix:
include:
Expand Down

0 comments on commit 9d9132d

Please sign in to comment.