Skip to content

Commit

Permalink
EXPERIMENT: do not attempt to get bundler args from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Dec 8, 2020
1 parent cbdf1c7 commit 1bb6074
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ function run_spec_suite_for {
echo "Running specs for $1"
pushd ../$1
unset BUNDLE_GEMFILE
bundle_install_flags=`cat .travis.yml | grep bundler_args | tr -d '"' | grep -o " .*"`
travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)"
travis_retry eval "(unset RUBYOPT; exec bundle install --standalone --binstubs)"
run_specs_and_record_done
popd
else
Expand Down

0 comments on commit 1bb6074

Please sign in to comment.