comparison .travis.yml @ 41:9e39cafb7d97 draft

install codecov as user
author zaitsev.serge
date Thu, 18 Feb 2016 05:16:43 +0000
parents dc090188ecf3
children 6dc2e679e9ff
comparison
equal deleted inserted replaced
40:dc090188ecf3 41:9e39cafb7d97
6 - 1.4 6 - 1.4
7 - release 7 - release
8 - tip 8 - tip
9 9
10 before_install: 10 before_install:
11 - pip install codecov 11 - pip install --user codecov
12 after_success: 12 after_success:
13 - codecov 13 - codecov
14 14
15 script: 15 script:
16 - go test -v ./... 16 - go test -v ./...