Add debug tracing for JRuby code coverage

This commit is contained in:
Benjamin Fleischer 2015-09-21 00:44:51 -05:00
parent 076cf64ff3
commit 0e433d3b64

View File

@ -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"