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