aboutsummaryrefslogtreecommitdiff
path: root/ci/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-xci/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/install.sh b/ci/install.sh
index a6cd955da5..3364edfe70 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -22,6 +22,8 @@ echo "Install neovim RubyGem."
gem install --no-document --version ">= 0.8.0" neovim
echo "Install neovim npm package"
+source ~/.nvm/nvm.sh
+nvm use 10
npm install -g neovim
npm link neovim