Added codecov.io support

This commit is contained in:
2016-03-29 03:40:45 +03:00
parent 8cc012521c
commit 851348e0c2

View File

@@ -2,4 +2,6 @@ language: go
go:
- 1.4
- 1.5
- tip
- tip
after_success:
- bash <(curl -s https://codecov.io/bash)