diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-01-29 11:01:25 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-01-29 11:29:44 -0300 |
commit | c5df2f38ff2d1ceca0e9eedc966390a8c757cb97 (patch) | |
tree | 1ccd0c275d20fe9f9ed763df6ef96dbaaaa6115c | |
parent | 9a3b1d1078a5d435c7d2bb1a903c3e8356a3f7bf (diff) | |
download | rneovim-c5df2f38ff2d1ceca0e9eedc966390a8c757cb97.tar.gz rneovim-c5df2f38ff2d1ceca0e9eedc966390a8c757cb97.tar.bz2 rneovim-c5df2f38ff2d1ceca0e9eedc966390a8c757cb97.zip |
travis: Install neovim module for testing the python provider.
python_spec.lua depends on the python client installed.
-rw-r--r-- | .ci/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/common.sh b/.ci/common.sh index bb6c5758d6..29c2a17c51 100644 --- a/.ci/common.sh +++ b/.ci/common.sh @@ -46,6 +46,7 @@ check_core_dumps() { } setup_deps() { + sudo pip install neovim if [ "$BUILD_NVIM_DEPS" != "true" ]; then eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) deps-${1}" elif [ "$TRAVIS_OS_NAME" = "linux" ]; then |