aboutsummaryrefslogtreecommitdiff
path: root/ci/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-xci/install.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 2fe4f88822..f51ba1a776 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -21,8 +21,10 @@ echo "Install neovim module for Python 3."
# https://github.com/travis-ci/travis-ci/issues/8363
CC=cc pip3 -q install --user --upgrade neovim || true
-echo "Install neovim RubyGem."
-gem install --no-document --version ">= 0.2.0" neovim
+if ! [ "${TRAVIS_OS_NAME}" = osx ] ; then
+ echo "Install neovim RubyGem."
+ gem install --no-document --version ">= 0.2.0" neovim
+fi
if [[ "${TRAVIS_OS_NAME}" == linux ]]; then
echo "Install neovim npm package"