mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
travis.sh: Use dependencies from neovim/deps.
This commit is contained in:
parent
58e85fca02
commit
2cae6919dc
@ -65,7 +65,7 @@ set_environment() {
|
||||
# install prebuilt dependencies
|
||||
if [ ! -d /opt/neovim-deps ]; then
|
||||
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 -
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user