diff options
-rwxr-xr-x | .ci/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |