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 3265217 commit abd4293Copy full SHA for abd4293
.travis.yml
@@ -2,6 +2,9 @@ language: go
2
go:
3
- "1.12"
4
5
+env:
6
+ - GO111MODULE=on
7
+
8
script:
9
- go test -v -race ./service
10
0 commit comments