Add travis.yml

pull/919/head
Mitchell Hashimoto 13 years ago
parent 9fb38cc9d6
commit 32e7a83270

@ -0,0 +1,9 @@
language: go
go:
- 1.1
- tip
install: make deps
script: make test
Loading…
Cancel
Save