pongo2-addons/.travis.yml

11 lines
187 B
YAML
Raw Normal View History

2014-07-26 17:36:33 +02:00
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