From d40f2681fe84d71fe07b37807f29371d77c405f0 Mon Sep 17 00:00:00 2001 From: naofumi-fujii Date: Fri, 24 Jan 2020 14:33:06 +0900 Subject: [PATCH] test with ruby 2.7 travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5458bea..7f12200 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ before_script: 'bundle exec rake test:setup' script: 'bundle exec rake test:all' cache: bundler rvm: + - 2.7 - 2.3.3 - 2.2.2