From 384d9a3bb627402574c4a534f923563f4b6c2947 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 31 Dec 2019 05:40:27 +0900 Subject: [PATCH] CI against Ruby 2.7.0 (#643) Ruby 2.7.0 has been released and available on Travis CI. - https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/ - http://rubies.travis-ci.org/ --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8ec980d48..0dfb30e14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,9 @@ matrix: - name: 2.6.5 / Parser tests rvm: 2.6.5 script: bundle exec rake test_cov + - name: 2.7.0 / Parser tests + rvm: 2.7.0 + script: bundle exec rake test_cov - name: ruby-head / Parser tests rvm: ruby-head script: bundle exec rake test_cov @@ -35,6 +38,9 @@ matrix: - name: 2.6.5 / Rubocop tests rvm: 2.6.5 script: ./ci/run_rubocop_specs + - name: 2.7.0 / Rubocop tests + rvm: 2.7.0 + script: ./ci/run_rubocop_specs allow_failures: - rvm: ruby-head - rvm: rbx-2