From: Vladimír Čunát Date: Tue, 29 Nov 2016 11:01:23 +0000 (+0100) Subject: travis: try to fix pip bootstrap X-Git-Tag: v1.2.0-rc1~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee8eee6962082644b44bfb6b3b2a798b52bbe62d;p=thirdparty%2Fknot-resolver.git travis: try to fix pip bootstrap --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index d3c78d756..067eff73a 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -115,8 +115,8 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then pip install ${PIP_PKGS} fi if [ "${TRAVIS_OS_NAME}" == "linux" ]; then - pip install --user ${USER} --upgrade pip || true - pip install --user ${USER} ${PIP_PKGS} || true + pip install --user --upgrade pip || true + pip install --user ${PIP_PKGS} || true rm ${HOME}/.cache/pip/log/debug.log || true pkg hiredis ${HIREDIS_URL} ${HIREDIS_TAG} include/hiredis/hiredis.h install PREFIX=${PREFIX} pkg libmemcached ${LIBMEMCACHED_URL} ${LIBMEMCACHED_TAG} include/libmemcached/memcached.h