Skip to content

Commit fc9ea4b

Browse files
authored
Merge pull request #330 from carlosms/build-only-master
Limit travis builds to master and release tags
2 parents 63cf827 + 6398830 commit fc9ea4b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
branches:
2+
only:
3+
- master
4+
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
5+
16
language: go
27

38
services:

0 commit comments

Comments
 (0)