From e57215f5a2787ebba3f8731e74124a3771e57b66 Mon Sep 17 00:00:00 2001 From: Domizio Demichelis Date: Mon, 23 Mar 2020 11:38:06 +0700 Subject: [PATCH] added ruby 2.7 travis testing and rubocop target version --- .rubocop.yml | 2 +- .travis.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 27001747c..d3359b37d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ require: rubocop-performance AllCops: - TargetRubyVersion: 2.6 + TargetRubyVersion: 2.7 Layout: Enabled: false diff --git a/.travis.yml b/.travis.yml index 9fd10ff41..dce2dc918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,10 @@ matrix: env: - ENABLE_OJ=true - rvm: 2.6 + gemfile: gemfiles/ruby-latest + env: + - ENABLE_OJ=true + - rvm: 2.7 gemfile: gemfiles/ruby-latest env: - ENABLE_OJ=true