We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3257dd4 + 360a901 commit 116f705Copy full SHA for 116f705
travis/script/functions.sh
@@ -25,7 +25,7 @@ function run_specs_and_record_done {
25
26
# rspec-core needs to run with a special script that loads simplecov first,
27
# so that it can instrument rspec-core's code before rspec-core has been loaded.
28
- if [ -f script/rspec_with_simplecov ]; then
+ if [ -f script/rspec_with_simplecov ] && is_mri; then
29
rspec_bin=script/rspec_with_simplecov
30
fi;
31
0 commit comments