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
|
set -e
|
||||||
$GPG --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
$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 -s stable --ruby
|
||||||
|
set +e
|
||||||
|
source /usr/local/rvm/scripts/rvm
|
||||||
source ~/.rvm/scripts/rvm
|
source ~/.rvm/scripts/rvm
|
||||||
|
set -e
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $NOVIM ]]; then
|
if [[ -z $NOVIM ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue