From a0084d2628e817169d042442c217936b0f61f458 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 11 Apr 2020 20:55:01 +0900 Subject: [PATCH] CI against Ruby 2.4.10 Follow https://github.com/whitequark/parser/pull/665/commits/3274464. Currently, Ruby 2.4.10 is available on Travis CI. https://travis-ci.community/t/cannot-find-ruby-2-4-10-and-2-6-6-using-rvm-ubuntu-16-04-xenial/7962 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e38bf0699..63164edb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ dist: trusty language: ruby matrix: include: - - name: 2.4.9 / Parser tests - rvm: 2.4.9 + - name: 2.4.10 / Parser tests + rvm: 2.4.10 script: bundle exec rake test_cov - name: 2.5.8 / Parser tests rvm: 2.5.8