Skip to content

Commit 94ca0e0

Browse files
committed
Add JRuby 9000 to CI matrix
1 parent d8b2b94 commit 94ca0e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ matrix:
3232
include:
3333
- rvm: 2.2
3434
env: CAPTURE_STDERR=true
35+
- rvm: jruby-9000
36+
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
3537
allow_failures:
3638
- rvm: ruby-head
3739
fast_finish: true

0 commit comments

Comments
 (0)