From dcc5f969cce86cbe4c35dd255e47a34b2090ef20 Mon Sep 17 00:00:00 2001 From: "zaitsev.serge" Date: Thu, 18 Feb 2016 05:16:43 +0000 Subject: [PATCH] install codecov as user git-svn-id: file:///srv/svn/repo/aya/trunk@42 cec141ff-132a-4243-88a5-ce187bd62f94 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8310017..cc6f38a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ go: - tip before_install: - - pip install codecov + - pip install --user codecov after_success: - codecov