Added .travis.yml
This commit is contained in:
parent
c32a698cbc
commit
68d2cd3e4c
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- tip
|
||||
|
||||
before_script:
|
||||
- go vet ./...
|
||||
|
Loading…
Reference in New Issue
Block a user