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 9c60741 commit f4cb1a8Copy full SHA for f4cb1a8
.travis.yml
@@ -0,0 +1,8 @@
1
+language: go
2
+
3
+go:
4
+- 1.13.x
5
6
+script:
7
+- go test -v ./...
8
+- go build -o go-graphkb cmd/go-graphkb/main.go
0 commit comments