We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14a0ec commit 750280eCopy full SHA for 750280e
.travis.yml
@@ -0,0 +1,8 @@
1
+language: go
2
+
3
+go:
4
+ - 1.10.x
5
6
+script:
7
+ - go get -t ./...
8
+ - go test -v ./...
0 commit comments