0
0

switching back to travis?

This commit is contained in:
Marty Schoch 2014-12-29 09:17:51 -08:00
parent 435058a928
commit 7575000070

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: go
go:
- 1.4
script:
- go get code.google.com/p/go.tools/cmd/vet
- go test -v ./...
- go vet ./...
notifications:
email:
- marty.schoch@gmail.com