Skip to content

Commit 0e433d3

Browse files
committed
Add debug tracing for JRuby code coverage
1 parent 076cf64 commit 0e433d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ rvm:
1010
- 2.0.0
1111
- 2.1
1212
- 2.2
13-
- jruby-19mode
14-
- rbx-2
1513
- ruby-head
14+
- rbx-2
1615

1716
install:
1817
- bundle install --retry=3
@@ -28,6 +27,9 @@ env:
2827
- "RAILS_VERSION=master"
2928

3029
matrix:
30+
include:
31+
- rvm: jruby-19mode
32+
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
3133
allow_failures:
3234
- rvm: ruby-head
3335
- env: "RAILS_VERSION=master"

0 commit comments

Comments
 (0)