mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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
This commit is contained in:
parent
342764d70e
commit
c70a526a5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user