travis.sh: Use dependencies from neovim/deps.

This commit is contained in:
Florian Walch 2014-07-13 16:34:03 +02:00 committed by John Szakmeister
parent 58e85fca02
commit 2cae6919dc

View File

@ -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