diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-12 13:35:31 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-09-12 13:50:07 -0300 |
commit | 2a67b847aa2074f688fce9f96e060eeb5ba29435 (patch) | |
tree | 2f8b63891e478fdc40fc37cf03b029ebbb7f51a5 | |
parent | 545acf2024ea2653ae6937d570a37aa0340caa5e (diff) | |
download | rneovim-2a67b847aa2074f688fce9f96e060eeb5ba29435.tar.gz rneovim-2a67b847aa2074f688fce9f96e060eeb5ba29435.tar.bz2 rneovim-2a67b847aa2074f688fce9f96e060eeb5ba29435.zip |
build/test: install vroom/python-client from the master branch
-rw-r--r-- | .ci/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/common.sh b/.ci/common.sh index 09a6e24b9d..ba00011222 100644 --- a/.ci/common.sh +++ b/.ci/common.sh @@ -67,7 +67,7 @@ install_prebuilt_deps() { install_vroom() { ( - sudo pip install neovim + sudo pip install git+https://github.com/neovim/python-client.git git clone git://github.com/google/vroom cd vroom python setup.py build |