Add travis.yml

pull/290/head
Mitchell Hashimoto 13 years ago
parent cfca3d8f66
commit 7f4132537a

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