Create .travis.yml

This commit is contained in:
Florian Schlachter 2014-07-26 17:36:33 +02:00
parent e3924f065e
commit 13c6d9027d

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: go
go:
- 1.3
- tip
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get gopkg.in/check.v1
script:
- go test -v -covermode=count -coverprofile=coverage.out