aboutsummaryrefslogtreecommitdiff
path: root/ci/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-xci/install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 2fe4f88822..f28227d95c 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -22,6 +22,10 @@ echo "Install neovim module for Python 3."
CC=cc pip3 -q install --user --upgrade neovim || true
echo "Install neovim RubyGem."
+if [ "${TRAVIS_OS_NAME}" = osx ] ; then
+ macos_rvm_dance
+ gem update --system
+fi
gem install --no-document --version ">= 0.2.0" neovim
if [[ "${TRAVIS_OS_NAME}" == linux ]]; then