Skip to content

Commit

Permalink
CI: Use latest JRuby, latest next MRI
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Dec 9, 2018
1 parent 7b6ddd1 commit 4e1faab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Expand Up @@ -9,11 +9,11 @@ matrix:
include:
- name: MRI 2.5.1 Latest
rvm: 2.5.1
- name: JRuby 9.2.4.1 Latest on Java 11
rvm: jruby-9.2.4.1
- name: JRuby 9.2.5.0 Latest on Java 11
rvm: jruby-9.2.5.0
jdk: oraclejdk11
- name: JRuby 9.2.4.1 Latest on Java 8
rvm: jruby-9.2.4.1
- name: JRuby 9.2.5.0 Latest on Java 8
rvm: jruby-9.2.5.0
jdk: oraclejdk8
- name: TruffleRuby Latest
rvm: system
Expand Down Expand Up @@ -54,8 +54,8 @@ matrix:

- name: MRI head
rvm: ruby-head
- name: MRI 2.6.0-preview2
rvm: 2.6.0-preview2
- name: MRI 2.6.0-rc1
rvm: 2.6.0-rc1
- name: JRuby head
rvm: jruby-head
jdk: oraclejdk8
Expand All @@ -68,7 +68,7 @@ matrix:
env: COVERAGE=1

allow_failures:
- rvm: 2.6.0-preview2
- rvm: 2.6.0-rc1
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-3
Expand Down

0 comments on commit 4e1faab

Please sign in to comment.