aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2018-02-20 01:16:21 +0000
committerYasuo Honda <yasuo.honda@gmail.com>2018-02-21 07:14:12 +0000
commit00d29e18a36842c0c26f2dd5dc30115e4ea19ed8 (patch)
tree691a7880f9bc6f97d4a75329b5eeacaacf0ce5a0 /.travis.yml
parent9794e85351243cac6d4e78adaba634b8e4ecad0a (diff)
downloadrails-00d29e18a36842c0c26f2dd5dc30115e4ea19ed8.tar.gz
rails-00d29e18a36842c0c26f2dd5dc30115e4ea19ed8.tar.bz2
rails-00d29e18a36842c0c26f2dd5dc30115e4ea19ed8.zip
CI with `jruby-head` compatible with Ruby 2.4.1
Since #32034 Rails 6 requires Ruby 2.4.1 or higher. Two CI jobs configured with the latest version of`jruby-9.1.15.0` compatibile with Ruby 2.3.3 are getting errors: https://travis-ci.org/rails/rails/jobs/343519339 ``` Bundler could not find compatible versions for gem "ruby": In Gemfile: ruby java rails java was resolved to 6.0.0.alpha, which depends on ruby (>= 2.4.1) java Could not find gem 'ruby (>= 2.4.1)', which is required by gem 'rails', in any of the relevant sources: ```
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 164f0c9c7f..2513e87114 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -99,17 +99,17 @@ matrix:
- "GEM=ar:postgresql POSTGRES=9.2"
addons:
postgresql: "9.2"
- - rvm: jruby-9.1.15.0
+ - rvm: jruby-head
jdk: oraclejdk8
env:
- "GEM=ap"
- - rvm: jruby-9.1.15.0
+ - rvm: jruby-head
jdk: oraclejdk8
env:
- "GEM=am,amo,aj"
allow_failures:
- rvm: ruby-head
- - rvm: jruby-9.1.15.0
+ - rvm: jruby-head
- env: "GEM=ac:integration"
fast_finish: true