Add travis config

This commit is contained in:
Dan Sosedoff 2014-10-26 12:00:37 -05:00
parent df47e839bc
commit fdd3df058b

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: go
go: 1.3
install: make setup
script: make build