File tree Expand file tree Collapse file tree 3 files changed +1
-37
lines changed Expand file tree Collapse file tree 3 files changed +1
-37
lines changed Original file line number Diff line number Diff line change 21
21
- 2.5
22
22
- 2.4
23
23
- 2.3
24
- - 2.2
25
- - 2.1.9
26
24
- ruby-head
27
25
env :
28
26
-
69
67
- 2.5
70
68
- 2.4
71
69
- 2.3
72
- - 2.2
73
- - 2.1.9
74
70
fail-fast : false
75
71
steps :
76
72
- uses : actions/checkout@v2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ function run_spec_suite_for {
79
79
echo " Running specs for $1 "
80
80
pushd ../$1
81
81
unset BUNDLE_GEMFILE
82
- bundle_install_flags=` cat .travis.yml | grep bundler_args | tr -d ' " ' | grep -o " .* " `
82
+ bundle_install_flags=" --binstubs --standalone --without documentation --path ../bundle "
83
83
travis_retry eval " (unset RUBYOPT; exec bundle install $bundle_install_flags )"
84
84
run_specs_and_record_done
85
85
popd
You can’t perform that action at this time.
0 commit comments