There was an error while loading. Please reload this page.
1 parent 73b3abe commit 75ced4dCopy full SHA for 75ced4d
.travis.yml
@@ -0,0 +1,9 @@
1
+dist: bionic
2
+
3
+language: go
4
5
+go:
6
+ - 1.12
7
8
+script:
9
+ - go test -v ./... -timeout 20m -count 1
0 commit comments