added codecov script
git-svn-id: file:///srv/svn/repo/aya/trunk@41 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.2
|
- 1.2
|
||||||
- 1.3
|
- 1.3
|
||||||
@@ -6,5 +7,10 @@ go:
|
|||||||
- release
|
- release
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- pip install codecov
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user