From c77e17452cb0e73ed000a2ccf5853eba9d356911 Mon Sep 17 00:00:00 2001 From: Anton Rieder <1301152+aried3r@users.noreply.github.com> Date: Thu, 2 Jan 2020 15:43:51 +0100 Subject: [PATCH] Test with Ruby 2.7 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14603536..318c302d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ cache: bundler # For example, if our gemspec says `required_ruby_version = ">= 2.3.0"`, and # ruby 2.5.0 has just been released, then we test 2.3 and 2.5, but not 2.4. rvm: - - 2.3.8 - - 2.6.0 + - 2.3 + - 2.7 env: global: @@ -35,7 +35,7 @@ gemfile: matrix: exclude: # rails 6 requires ruby >= 2.5.0 - - rvm: 2.3.8 + - rvm: 2.3 gemfile: gemfiles/ar_6.0.gemfile fast_finish: true services: