Skip to content

Commit 360a901

Browse files
committed
Disable SimpleCov on JRuby
Commit rspec/rspec-core@26dd955 was done in rspec-core but it should be done in rspec-dev since the file is auto-generated.
1 parent 3257dd4 commit 360a901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function run_specs_and_record_done {
2525

2626
# rspec-core needs to run with a special script that loads simplecov first,
2727
# so that it can instrument rspec-core's code before rspec-core has been loaded.
28-
if [ -f script/rspec_with_simplecov ]; then
28+
if [ -f script/rspec_with_simplecov ] && is_mri; then
2929
rspec_bin=script/rspec_with_simplecov
3030
fi;
3131

0 commit comments

Comments
 (0)