Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 1bb6074

Browse files
committed
EXPERIMENT: do not attempt to get bundler args from .travis.yml
1 parent cbdf1c7 commit 1bb6074

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/functions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ function run_spec_suite_for {
8888
echo "Running specs for $1"
8989
pushd ../$1
9090
unset BUNDLE_GEMFILE
91-
bundle_install_flags=`cat .travis.yml | grep bundler_args | tr -d '"' | grep -o " .*"`
92-
travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)"
91+
travis_retry eval "(unset RUBYOPT; exec bundle install --standalone --binstubs)"
9392
run_specs_and_record_done
9493
popd
9594
else

0 commit comments

Comments
 (0)