File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5
5
directories :
6
6
- ../bundle
7
7
before_install :
8
+ - gem update --system # https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
8
9
- unset _JAVA_OPTIONS
9
10
- " script/clone_all_rspec_repos"
10
11
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it, the excluded versions are broken on Ruby 2.3
21
22
- 2.2.9
22
23
- 2.3.6
23
24
- 2.4.3
25
+ - 2.5.0
24
26
- ruby-head
25
27
- ree
26
28
- rbx-3
Original file line number Diff line number Diff line change @@ -80,11 +80,7 @@ function run_spec_suite_for {
80
80
pushd ../$1
81
81
unset BUNDLE_GEMFILE
82
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
83
+ travis_retry eval " (unset RUBYOPT; exec bundle install $bundle_install_flags )"
88
84
run_specs_and_record_done
89
85
popd
90
86
else
You can’t perform that action at this time.
0 commit comments