1
0
Fork 0
mirror of https://git.mills.io/prologic/zs synced 2025-04-06 14:53:34 +03:00
zs/.travis.yml
2016-02-18 21:36:17 +08:00

16 lines
199 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- release
- tip
before_install:
- pip install --user codecov
after_success:
- codecov
script:
- go test -coverprofile=coverage.txt -covermode=atomic