travis: Install neovim module for testing the python provider.

python_spec.lua depends on the python client installed.
This commit is contained in:
Thiago de Arruda 2015-01-29 11:01:25 -03:00
parent 9a3b1d1078
commit c5df2f38ff

View File

@ -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