aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Genco <alexgenco@gmail.com>2016-07-02 21:51:43 -0700
committerAlex Genco <alexgenco@gmail.com>2016-07-08 16:58:18 -0700
commit340b1862300270396e940cb30d0009871d36ce2f (patch)
tree7add31ede8c07b6d44d59db268d8031d392139a3
parent4b461b472f15e372030cf67d5eb6f040a3819ea9 (diff)
downloadrneovim-340b1862300270396e940cb30d0009871d36ce2f.tar.gz
rneovim-340b1862300270396e940cb30d0009871d36ce2f.tar.bz2
rneovim-340b1862300270396e940cb30d0009871d36ce2f.zip
Install neovim RubyGem on CI
-rwxr-xr-x.ci/install.sh3
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