Skip to content

Commit f4cb1a8

Browse files
committed
Add travis.yml file.
1 parent 9c60741 commit f4cb1a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)