We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUBYOPT
1 parent d47872d commit 3f380caCopy full SHA for 3f380ca
travis/script/functions.sh
@@ -80,11 +80,7 @@ function run_spec_suite_for {
80
pushd ../$1
81
unset BUNDLE_GEMFILE
82
bundle_install_flags=`cat .travis.yml | grep bundler_args | tr -d '"' | grep -o " .*"`
83
- if is_mri_192_plus; then
84
- travis_retry eval "RUBYOPT=$RUBYOPT:'--enable rubygems' bundle install $bundle_install_flags"
85
- else
86
- travis_retry eval "bundle install $bundle_install_flags"
87
- fi
+ travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)"
88
run_specs_and_record_done
89
popd
90
else
0 commit comments