aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.ci/common.sh1
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