Use RVM from master as the cygwin patch already merged in

This commit is contained in:
Cyryl Płotnicki 2016-11-03 07:39:36 +01:00 committed by GitHub
parent 6f5e9cf204
commit 0be1d24ea3

View file

@ -123,13 +123,11 @@ if [[ -z $NORUBY ]]; then
$GPG --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
set -e
$GPG --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby
curl -sSL https://get.rvm.io | bash
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