aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2014-07-13 16:34:03 +0200
committerJohn Szakmeister <john@szakmeister.net>2014-07-16 06:01:02 -0400
commit2cae6919dc73fc60fb674407ea7990dd31b7fda5 (patch)
tree9fab96e816c5911891b3cc509bca765241b4d9fa
parent58e85fca02b45d81cc8b9c4de8fc0ac3496a2685 (diff)
downloadrneovim-2cae6919dc73fc60fb674407ea7990dd31b7fda5.tar.gz
rneovim-2cae6919dc73fc60fb674407ea7990dd31b7fda5.tar.bz2
rneovim-2cae6919dc73fc60fb674407ea7990dd31b7fda5.zip
travis.sh: Use dependencies from neovim/deps.
-rwxr-xr-xscripts/travis.sh2
1 files changed, 1 insertions, 1 deletions
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