Files
aya/.travis.yml
zaitsev.serge 99dd63a1bf added codecov script
git-svn-id: file:///srv/svn/repo/aya/trunk@41 cec141ff-132a-4243-88a5-ce187bd62f94
2016-02-18 05:09:11 +00: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 ./...