From 8ca8ca2d20c473539436ac9b422799c4e2cfd683 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Tue, 29 Mar 2016 03:48:03 +0300 Subject: [PATCH] Addded codecov to Travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 21457fe..8706471 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) \ No newline at end of file