Allow for failures in refreshing RVM environments

This commit is contained in:
Cyryl Płotnicki 2016-11-02 20:42:28 +01:00 committed by GitHub
parent 316de7048e
commit be31f8d3ef

View file

@ -124,7 +124,10 @@ if [[ -z $NORUBY ]]; then
set -e
$GPG --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable --ruby
set +e
source /usr/local/rvm/scripts/rvm
source ~/.rvm/scripts/rvm
set -e
fi
if [[ -z $NOVIM ]]; then