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.0.0
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.2
|
- 2.2
|
||||||
- jruby-19mode
|
|
||||||
- rbx-2
|
|
||||||
- ruby-head
|
- ruby-head
|
||||||
|
- rbx-2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- bundle install --retry=3
|
- bundle install --retry=3
|
||||||
@ -28,6 +27,9 @@ env:
|
|||||||
- "RAILS_VERSION=master"
|
- "RAILS_VERSION=master"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
include:
|
||||||
|
- rvm: jruby-19mode
|
||||||
|
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
- env: "RAILS_VERSION=master"
|
- env: "RAILS_VERSION=master"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user