pongo2-addons/.travis.yml
Florian Schlachter 13c6d9027d Create .travis.yml
2014-07-26 17:36:33 +02:00

11 lines
187 B
YAML

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