Adding support for travis ci

This commit is contained in:
spf13 2013-09-24 12:39:05 -04:00
parent 57fc2cb534
commit 88b9d2e5cb

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: go
go:
- 1.1
script:
- go test ./...
- go build