From e1eb2d957d078587ef974ba32b1f92135aa48998 Mon Sep 17 00:00:00 2001 From: Taylor Thurlow Date: Sun, 30 Dec 2018 17:56:43 -0800 Subject: [PATCH] Update ruby version to 2.6.0 and travisCI config to include a 2.6.0 test --- .ruby-version | 2 +- .travis.yml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 73462a5..e70b452 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.1 +2.6.0 diff --git a/.travis.yml b/.travis.yml index 4556a48..a654577 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: ruby rvm: - - 2.5.1 - - 2.4.4 - - 2.3.7 + - 2.6.0 + - 2.5.3 + - 2.4.5 + - 2.3.8 before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter