1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Enable JRuby testing for Action Mailer

All tests passing locally for me:

```
195 runs, 441 assertions, 0 failures, 0 errors, 0 skips
```
This commit is contained in:
Jon Moss 2016-11-16 17:23:10 -05:00
parent 3b2346ea13
commit 780aaf1f10

View file

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