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.
This commit is contained in:
Yohan Robert 2016-03-19 00:56:42 +01:00
parent 4a251e3fd0
commit 9bd4c22f40

View File

@ -24,7 +24,7 @@ script:
env:
global:
- "JRUBY_OPTS='--dev -J-Xmx1024M' -d"
- "JRUBY_OPTS='--dev -J-Xmx1024M --debug'"
matrix:
- "RAILS_VERSION=4.0"
- "RAILS_VERSION=4.1"