aya/.travis.yml

17 行
199 B
YAML
Raw 通常表示 履歴

2015-04-10 21:04:16 +09:00
language: go
2016-02-18 14:09:11 +09:00
2015-04-10 21:04:16 +09:00
go:
- 1.2
- 1.3
- 1.4
- release
- tip
2016-02-18 14:09:11 +09:00
before_install:
2016-02-18 14:16:43 +09:00
- pip install --user codecov
2016-02-18 14:09:11 +09:00
after_success:
- codecov
2015-04-10 21:04:16 +09:00
script:
2016-02-18 22:36:17 +09:00
- go test -coverprofile=coverage.txt -covermode=atomic