Allow for failures in refreshing RVM environments
This commit is contained in:
parent
316de7048e
commit
be31f8d3ef
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue