add travis.yml for build

This commit is contained in:
Sam Woodard 2015-07-13 11:26:01 -07:00
parent 6fb6757b35
commit 992c831f5e
1 changed files with 2 additions and 0 deletions

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
language: go
script: go test . -v