aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2018-12-27 09:44:52 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2018-12-27 09:44:54 -0500
commita9b1937e5afc8b418f60621749fb00875bc645dc (patch)
treef44df6f6cccfce940c56b48acec41908f76ccfb6
parentc926ba1dc4f7517d411a80eac7764e84337d3ebd (diff)
downloadrneovim-a9b1937e5afc8b418f60621749fb00875bc645dc.tar.gz
rneovim-a9b1937e5afc8b418f60621749fb00875bc645dc.tar.bz2
rneovim-a9b1937e5afc8b418f60621749fb00875bc645dc.zip
ci: install neovim gem on macOS
High Sierra has ruby 2.3 preinstalled so neovim gem should work.
-rwxr-xr-xci/install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 3eea63315d..12985098cd 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -22,11 +22,11 @@ if ! [ "${TRAVIS_OS_NAME}" = osx ] ; then
# Use default CC to avoid compilation problems when installing Python modules.
echo "Install neovim module for Python 2."
CC=cc python2.7 -m pip -q install --user --upgrade neovim
-
- echo "Install neovim RubyGem."
- gem install --no-document --version ">= 0.2.0" neovim
fi
+echo "Install neovim RubyGem."
+gem install --no-document --version ">= 0.8.0" neovim
+
echo "Install neovim npm package"
npm install -g neovim
npm link neovim