mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
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:
parent
4a251e3fd0
commit
9bd4c22f40
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user