mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Try running CI for ActionPack on JRuby
These are green on local. Checking to see they pass on travis too!
This commit is contained in:
parent
ecf6dc3dfb
commit
981f96d6f6
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ rvm:
|
|||
- 2.3.0
|
||||
- ruby-head
|
||||
matrix:
|
||||
include:
|
||||
- rvm: jruby-9.0.5.0
|
||||
jdk: oraclejdk8
|
||||
env:
|
||||
- "JRUBY_OPTS='--dev' GEM=ap"
|
||||
allow_failures:
|
||||
- rvm: ruby-head
|
||||
fast_finish: true
|
||||
|
|
Loading…
Reference in a new issue