Skip to content

Commit 9bd4c22

Browse files
author
Yohan Robert
committed
Replace -d by --debug in JRUBY_OPTS for travis
It seems that for coverage to work properly the "--debug" option is needed when using JRuby.
1 parent 4a251e3 commit 9bd4c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424

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

0 commit comments

Comments
 (0)