Travis: Add JRuby 9.1.5.0 to matrix (#424)

This commit is contained in:
Olle Jonsson 2016-09-30 01:01:34 +02:00 committed by GitHub
parent 8cf43822c3
commit c9333d1d27
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ doc
.yardoc
Gemfile.lock
gemfiles/Gemfile.2_4_0.lock
gemfiles/Gemfile.jruby-9.1.5.0.lock

View File

@ -19,6 +19,11 @@ matrix:
gemfile: gemfiles/Gemfile.2_3_1
- rvm: 2.4.0-preview2
gemfile: gemfiles/Gemfile.2_4_0
- rvm: jruby-9.1.5.0
jdk: oraclejdk8
gemfile: gemfiles/Gemfile.jruby-9.1.5.0
env:
- JRUBY_OPTS=--debug
notifications:
email:

View File

@ -0,0 +1,3 @@
eval_gemfile File.expand_path('../../Gemfile', __FILE__)
gem 'rack', '>= 2'