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