This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new d37b7cd  fixing error related to install codecove in travis (#7940)
d37b7cd is described below

commit d37b7cdce871919d986b7b4b7b02c4e241257542
Author: Sayed Mohammad Hossein Torabi <[email protected]>
AuthorDate: Mon Jul 29 22:48:12 2019 +0430

    fixing error related to install codecove in travis (#7940)
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3ff2edb..a93519f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,8 +26,8 @@ jobs:
           packages:
             - openjdk-8-jdk
       install:
-        - sudo pip install --upgrade pip
-        - sudo pip install codecov tox
+        - pip install --upgrade pip
+        - pip install codecov tox
     - language: python
       python: 3.6
       env: TOXENV=cypress-dashboard

Reply via email to