mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Install neovim RubyGem on CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user