Skip to content

Commit b36ec45

Browse files
committed
CI: use go mod
1 parent 7638c35 commit b36ec45

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: go
22

3+
env:
4+
- GO111MODULE=on
5+
36
script:
4-
- go test -v -coverprofile=coverage.txt -covermode=count ./...
7+
- go test -v -coverprofile=coverage.txt -covermode=count ./...
58

69
after_success:
7-
- bash <(curl -s https://codecov.io/bash)
10+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)