Skip to content

Commit d0ddd91

Browse files
author
Cem Küçük
authored
update .travis.yml for building master branch only (#41)
1 parent ce3f70f commit d0ddd91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ os:
1111
env:
1212
- GO111MODULE=on
1313

14+
branches:
15+
only:
16+
- master
17+
1418
install:
1519
- go get golang.org/x/tools/cmd/cover
1620
- go get github.com/mattn/goveralls

0 commit comments

Comments
 (0)