gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 14/125: travis: use pip2 instead of pip


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 14/125: travis: use pip2 instead of pip
Date: Sun, 21 Jan 2018 23:41:09 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 8eff32f0bf8bbcfaf34b8b78f268321d0446caee
Author: Jay Satiro <address@hidden>
AuthorDate: Fri Dec 1 03:03:26 2017 -0500

    travis: use pip2 instead of pip
    
    .. since now mac osx image expects pip2 or pip3, and doesn't know pip:
    
    0.01s$ pip install --user cpp-coveralls
    /Users/travis/.travis/job_stages: line 57: pip: command not found
    
    Ref: https://github.com/travis-ci/travis-ci/issues/8829
    
    Closes https://github.com/curl/curl/pull/2133
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7e2be4a59..d2924556a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,7 +91,7 @@ matrix:
           env: T=fuzzer
 
 install:
-  - pip install --user cpp-coveralls
+  - if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update > /dev/null; fi
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew reinstall libtool > 
/dev/null; fi
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install rtmpdump libssh2 
c-ares libmetalink libressl nghttp2 libmetalink; fi

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]