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 5db534f commit af02e76Copy full SHA for af02e76
.travis.yml
@@ -0,0 +1,11 @@
1
+language: go
2
+
3
+go:
4
+ - 1.x
5
6
+env:
7
+ global:
8
+ - GO111MODULE=on
9
10
+script:
11
+ - go test -v -race -cover ./...
0 commit comments