Enable JRuby testing for Active Job

All tests pass for me locally.
This commit is contained in:
Jon Moss 2016-11-16 19:50:37 -05:00
parent 27210f1dd2
commit 9140c11fcb
1 changed files with 2 additions and 2 deletions

View File

@ -63,12 +63,12 @@ matrix:
jdk: oraclejdk8
env:
- "JRUBY_OPTS='--dev -J-Xmx1024M'"
- "GEM='ap'"
- "GEM=ap"
- rvm: jruby-9.1.5.0
jdk: oraclejdk8
env:
- "JRUBY_OPTS='--dev -J-Xmx1024M'"
- "GEM='am'"
- "GEM=am,aj"
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.5.0