Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7638c35 commit b36ec45Copy full SHA for b36ec45
.travis.yml
@@ -1,7 +1,10 @@
1
language: go
2
3
+env:
4
+ - GO111MODULE=on
5
+
6
script:
-- go test -v -coverprofile=coverage.txt -covermode=count ./...
7
+ - go test -v -coverprofile=coverage.txt -covermode=count ./...
8
9
after_success:
-- bash <(curl -s https://codecov.io/bash)
10
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments