source:
code/trunk/.travis.yml@
43
Last change on this file since 43 was 43, checked in by , 9 years ago | |
---|---|
File size: 199 bytes |
Line | |
---|---|
1 | language: go |
2 | |
3 | go: |
4 | - 1.2 |
5 | - 1.3 |
6 | - 1.4 |
7 | - release |
8 | - tip |
9 | |
10 | before_install: |
11 | - pip install --user codecov |
12 | after_success: |
13 | - codecov |
14 | |
15 | script: |
16 | - go test -coverprofile=coverage.txt -covermode=atomic |
Note:
See TracBrowser
for help on using the repository browser.