Skip to content

Commit 2dc7279

Browse files
committed
Install binstubs for sub repos
1 parent 37b86ec commit 2dc7279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/script/functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ function run_spec_suite_for {
8787
unset BUNDLE_GEMFILE
8888
bundle_install_flags=`cat .github/workflows/ci.yml | grep "bundle install" | sed 's/.* bundle install//'`
8989
travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)"
90+
travis_retry eval "(unset RUBYOPT; exec bundle binstubs --all)"
9091
run_specs_and_record_done
9192
popd
9293
else

0 commit comments

Comments
 (0)