Travis: Add JRuby 9.1.5.0 to matrix (#424)
This commit is contained in:
parent
8cf43822c3
commit
c9333d1d27
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ doc
|
|||
.yardoc
|
||||
Gemfile.lock
|
||||
gemfiles/Gemfile.2_4_0.lock
|
||||
gemfiles/Gemfile.jruby-9.1.5.0.lock
|
||||
|
|
|
@ -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:
|
||||
|
|
3
gemfiles/Gemfile.jruby-9.1.5.0
Normal file
3
gemfiles/Gemfile.jruby-9.1.5.0
Normal file
|
@ -0,0 +1,3 @@
|
|||
eval_gemfile File.expand_path('../../Gemfile', __FILE__)
|
||||
gem 'rack', '>= 2'
|
||||
|
Loading…
Reference in New Issue
Block a user