Skip to content

Commit 750280e

Browse files
committed
chore: integration with travis
1 parent f14a0ec commit 750280e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)