source: code/trunk/.travis.yml@ 41

Last change on this file since 41 was 41, checked in by zaitsev.serge, 9 years ago

added codecov script

File size: 155 bytes
RevLine 
[12]1language: go
[41]2
[12]3go:
4 - 1.2
5 - 1.3
6 - 1.4
7 - release
8 - tip
9
[41]10before_install:
11 - pip install codecov
12after_success:
13 - codecov
14
[12]15script:
16 - go test -v ./...
Note: See TracBrowser for help on using the repository browser.