aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGaurish Sharma <contact@gaurishsharma.com>2016-02-27 20:40:26 +0530
committerGaurish Sharma <contact@gaurishsharma.com>2016-02-27 22:10:47 +0530
commit981f96d6f6215294ce77b9e1cf7529b316feb818 (patch)
treeb9d887cdd88a593fd8cded7989fc33643921f968 /.travis.yml
parentecf6dc3dfbc0cdf1b0a86f48e030debd0f917cb6 (diff)
downloadrails-981f96d6f6215294ce77b9e1cf7529b316feb818.tar.gz
rails-981f96d6f6215294ce77b9e1cf7529b316feb818.tar.bz2
rails-981f96d6f6215294ce77b9e1cf7529b316feb818.zip
Try running CI for ActionPack on JRuby
These are green on local. Checking to see they pass on travis too!
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ae38617b99..0bd9e4ee95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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