From 340b1862300270396e940cb30d0009871d36ce2f Mon Sep 17 00:00:00 2001 From: Alex Genco Date: Sat, 2 Jul 2016 21:51:43 -0700 Subject: Install neovim RubyGem on CI --- .ci/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/install.sh b/.ci/install.sh index fb5d1c09c1..dec2a61fcd 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -30,3 +30,6 @@ if [[ "${TRAVIS_OS_NAME}" == osx ]]; then else CC=cc pip3.3 install --user --upgrade neovim fi + +echo "Install neovim RubyGem." +gem install --no-document --version ">= 0.2.0" neovim -- cgit