Add travis.yml

This commit is contained in:
Mitchell Hashimoto 2013-08-13 21:42:39 -04:00
parent 9fb38cc9d6
commit 32e7a83270
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

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