Skip to content

Commit 4a251e3

Browse files
committed
Add -d JRUBY_OPTS for simplecov
1 parent bcdd1cc commit 4a251e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424

2525
env:
2626
global:
27-
- "JRUBY_OPTS='--dev -J-Xmx1024M'"
27+
- "JRUBY_OPTS='--dev -J-Xmx1024M' -d"
2828
matrix:
2929
- "RAILS_VERSION=4.0"
3030
- "RAILS_VERSION=4.1"

0 commit comments

Comments
 (0)