Mercurial > yakumo_izuru > aya
comparison .travis.yml @ 40:dc090188ecf3 draft
added codecov script
author | zaitsev.serge |
---|---|
date | Thu, 18 Feb 2016 05:09:11 +0000 |
parents | 253a7e604e17 |
children | 9e39cafb7d97 |
comparison
equal
deleted
inserted
replaced
39:806ca2102d6b | 40:dc090188ecf3 |
---|---|
1 language: go | 1 language: go |
2 | |
2 go: | 3 go: |
3 - 1.2 | 4 - 1.2 |
4 - 1.3 | 5 - 1.3 |
5 - 1.4 | 6 - 1.4 |
6 - release | 7 - release |
7 - tip | 8 - tip |
8 | 9 |
10 before_install: | |
11 - pip install codecov | |
12 after_success: | |
13 - codecov | |
14 | |
9 script: | 15 script: |
10 - go test -v ./... | 16 - go test -v ./... |