mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Add debug tracing for JRuby code coverage
This commit is contained in:
parent
076cf64ff3
commit
0e433d3b64
@ -10,9 +10,8 @@ rvm:
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- jruby-19mode
|
||||
- rbx-2
|
||||
- ruby-head
|
||||
- rbx-2
|
||||
|
||||
install:
|
||||
- bundle install --retry=3
|
||||
@ -28,6 +27,9 @@ env:
|
||||
- "RAILS_VERSION=master"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- rvm: jruby-19mode
|
||||
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
- env: "RAILS_VERSION=master"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user