Use pre-release RVM in hope to fix fzf compilation issues

This commit is contained in:
Cyryl Płotnicki 2016-11-03 07:18:10 +01:00 committed by GitHub
parent be31f8d3ef
commit 6f5e9cf204

View file

@ -127,7 +127,10 @@ if [[ -z $NORUBY ]]; then
set +e
source /usr/local/rvm/scripts/rvm
source ~/.rvm/scripts/rvm
rvm remove 2.3.1
set -e
rvm get branch /bugfix/issue-3519
rvm install 2.3.1 --disable-binary
fi
if [[ -z $NOVIM ]]; then