mirror of
https://github.com/neovim/neovim.git
synced 2025-11-04 17:54:30 +00:00
travis.sh: Update sources before installing packages.
This commit is contained in:
committed by
Thiago de Arruda
parent
5f42ba693b
commit
f29504a5b8
@@ -166,8 +166,9 @@ elif [ "$TRAVIS_BUILD_TYPE" = "clint" ]; then
|
||||
./scripts/clint.sh
|
||||
elif [ "$TRAVIS_BUILD_TYPE" = "api/python" ]; then
|
||||
set_environment /opt/neovim-deps
|
||||
$MAKE_CMD
|
||||
sudo apt-get update
|
||||
sudo apt-get install expect valgrind
|
||||
$MAKE_CMD
|
||||
git clone --depth=1 -b master git://github.com/neovim/python-client
|
||||
cd python-client
|
||||
sudo pip install .
|
||||
|
||||
Reference in New Issue
Block a user