Travis: use JRuby 9.1.13.0; don't redo rvm's job
This commit is contained in:
parent
b94fb7f839
commit
7f12a55ae8
|
@ -2,7 +2,6 @@ language: ruby
|
||||||
cache:
|
cache:
|
||||||
- bundler
|
- bundler
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -15,7 +14,7 @@ matrix:
|
||||||
gemfile: spec/install-gem-in-bundler.gemfile
|
gemfile: spec/install-gem-in-bundler.gemfile
|
||||||
- rvm: 2.3.4
|
- rvm: 2.3.4
|
||||||
- rvm: 2.4.1
|
- rvm: 2.4.1
|
||||||
- rvm: jruby-9.1.12.0
|
- rvm: jruby-9.1.13.0
|
||||||
jdk: oraclejdk8
|
jdk: oraclejdk8
|
||||||
env:
|
env:
|
||||||
- JRUBY_OPTS=--debug
|
- JRUBY_OPTS=--debug
|
||||||
|
|
Loading…
Reference in New Issue
Block a user