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