Better to always use rvm.

pull/5097/head
Nicolas "Pixel" Noble 9 years ago
parent 412a39875e
commit 32ee36d980
  1. 7
      tools/run_tests/build_artifact_ruby.sh

@ -48,13 +48,8 @@ if [ "$SYSTEM" == "MINGW32" ] ; then
exit 1
fi
if [ "$SYSTEM" == "Darwin" ] ; then
set +ex
rvm use ruby-head
set -ex
fi
set +ex
rvm use default
gem install bundler --update
bundle install
set -ex

Loading…
Cancel
Save