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, 0 insertions, 2 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 72e193a353..ea706639fb 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -20,8 +20,6 @@ echo "Install neovim RubyGem."
gem install --no-document --bindir "$HOME/.local/bin" --user-install --pre neovim
echo "Install neovim npm package"
-source ~/.nvm/nvm.sh
-nvm use 10
npm install -g neovim
npm link neovim