From 851348e0c206e0cf2dedd9799485289f30269467 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Tue, 29 Mar 2016 03:40:45 +0300 Subject: [PATCH] Added codecov.io support --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e7d29b..21457fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: go go: - 1.4 - 1.5 - - tip \ No newline at end of file + - tip +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file