From 2cae6919dc73fc60fb674407ea7990dd31b7fda5 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Sun, 13 Jul 2014 16:34:03 +0200 Subject: [PATCH] travis.sh: Use dependencies from neovim/deps. --- scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis.sh b/scripts/travis.sh index 536ce8e73d..3943c977c9 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -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