add Ruby support via RVM

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-08-11 14:37:03 +02:00
parent 52caf6d5a6
commit 862d41f29c

View file

@ -99,6 +99,11 @@ if [[ -z $NORUST ]]; then
cargo install -f rustfmt
fi
if [[ -z $NORUBY ]]; then
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
fi
if [[ -z $NOVIM ]]; then
echo "\n" | vim +PluginInstall +qa
cd "$DIR/.vim/bundle/YouCompleteMe/"