Skip to content

Commit e3dd483

Browse files
committed
Only build semver branches and tags
1 parent a67d85c commit e3dd483

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ language: d
33
# Trusty is Travis' default but reached EOL 2019-04-30
44
dist: xenial
55

6+
# Poor man SemVer matching
7+
branches:
8+
only:
9+
- /^v\d+\.(x|[\d]+)\.(x|[\d]+)([-|\+](\S+))?$/
10+
611
os:
712
- linux
813
- osx

0 commit comments

Comments
 (0)