From 0d7ef4a54895532bc8ebecca59b89c4167a79ce1 Mon Sep 17 00:00:00 2001 From: Anton Rieder Date: Thu, 24 Oct 2019 15:06:58 +0200 Subject: [PATCH] Update Ruby 1.9-2.6 --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index de38f74..1039dd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: ruby +cache: bundler rvm: - - 2.2.9 - - 2.3.8 - - 2.4.5 - - 2.5.5 - - 2.6.2 - -sudo: false -# uncomment this line if your project needs to run something other than `rake`: -# script: bundle exec rspec spec + - 1.9 + - 2.0 + - 2.1 + - 2.2 + - 2.3 + - 2.4 + - 2.5 + - 2.6