From c70a526a5df2b8a7353c3c71e241cd51bf099a64 Mon Sep 17 00:00:00 2001 From: Steven Myint Date: Fri, 25 Apr 2014 06:31:49 -0700 Subject: Remove deprecated "--use-mirrors" In newer versions of `pip`, it is obsolete. See the following relevant links. https://pip.readthedocs.org/en/latest/news.html https://github.com/eddyxu/cpp-coveralls/pull/37 --- scripts/travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/travis.sh') diff --git a/scripts/travis.sh b/scripts/travis.sh index cefc46a6f6..ccff095562 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -49,7 +49,7 @@ if [ "$TRAVIS_BUILD_TYPE" = "clang/asan" ]; then unxz -c | tar xf - --strip-components=1 -C /usr/local/clang-3.4 EOF fi - sudo pip install cpp-coveralls --use-mirrors + sudo pip install cpp-coveralls export CC=clang set_environment /opt/neovim-deps @@ -98,7 +98,7 @@ if [ "$TRAVIS_BUILD_TYPE" = "clang/asan" ]; then coveralls --encoding iso-8859-1 $MAKE_CMD install elif [ "$TRAVIS_BUILD_TYPE" = "gcc/unittest" ]; then - sudo pip install cpp-coveralls --use-mirrors + sudo pip install cpp-coveralls export CC=gcc set_environment /opt/neovim-deps export SKIP_EXEC=1 -- cgit