Add travis.yml
This commit is contained in:
parent
cfca3d8f66
commit
7f4132537a
|
@ -0,0 +1,9 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.1
|
||||
- tip
|
||||
|
||||
install: make deps
|
||||
|
||||
script: make test
|
Loading…
Reference in New Issue