diff options
-rwxr-xr-x | scripts/travis.sh | 2 |
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 |