Skip to content

Commit 6398830

Browse files
committed
Limit travis builds to master and release tags
Signed-off-by: Carlos Martín <carlos.martin.sanchez@gmail.com>
1 parent 43895f7 commit 6398830

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)