Addded codecov to Travis

This commit is contained in:
2016-03-29 03:48:03 +03:00
parent 851348e0c2
commit 8ca8ca2d20

View File

@@ -3,5 +3,9 @@ go:
- 1.4
- 1.5
- tip
before_install:
- pip install codecov
after_success:
- codecov
after_success:
- bash <(curl -s https://codecov.io/bash)