From: Serge A. Zaitsev Date: Thu, 18 Feb 2016 05:16:43 +0000 (+0800) Subject: install codecov as user X-Git-Tag: 0.0.1~8 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d308f7f24ff863993ae75e9a99fca719d738b25d;p=aya.git install codecov as user --- 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