From d308f7f24ff863993ae75e9a99fca719d738b25d Mon Sep 17 00:00:00 2001 From: "Serge A. Zaitsev" Date: Thu, 18 Feb 2016 13:16:43 +0800 Subject: [PATCH] install codecov as user --- .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