added codecov script

This commit is contained in:
Serge A. Zaitsev 2016-02-18 13:09:11 +08:00
parent e21b87dfb6
commit f8339b4f23

View File

@ -1,4 +1,5 @@
language: go
go:
- 1.2
- 1.3
@ -6,5 +7,10 @@ go:
- release
- tip
before_install:
- pip install codecov
after_success:
- codecov
script:
- go test -v ./...