zs/.travis.yml
2016-02-18 13:09:11 +08:00

17 lines
155 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- release
- tip
before_install:
- pip install codecov
after_success:
- codecov
script:
- go test -v ./...