mirror of
https://github.com/neovim/neovim.git
synced 2025-11-05 02:04:29 +00:00
travis.sh: Use dependencies from neovim/deps.
This commit is contained in:
committed by
John Szakmeister
parent
58e85fca02
commit
2cae6919dc
@@ -65,7 +65,7 @@ set_environment() {
|
|||||||
# install prebuilt dependencies
|
# install prebuilt dependencies
|
||||||
if [ ! -d /opt/neovim-deps ]; then
|
if [ ! -d /opt/neovim-deps ]; then
|
||||||
cd /opt
|
cd /opt
|
||||||
sudo git clone --depth=1 git://github.com/tarruda/neovim-deps
|
sudo git clone --depth=1 git://github.com/neovim/deps neovim-deps
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user