1
0
Fork 0
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:
Gaurish Sharma 2016-02-27 20:40:26 +05:30
parent ecf6dc3dfb
commit 981f96d6f6

View file

@ -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