From 391f3d82065f2ec0ed762d86dc0285fe825a8755 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Thu, 31 Oct 2019 12:05:53 -0300 Subject: [PATCH] Update tested versions of ruby on Travis (#1160) --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b52b6b..f51c859 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ -sudo: false - language: ruby - rvm: - - 2.3.3 - - 2.4.0 + - 2.3 + - 2.4 + - 2.5 + - 2.6 + +cache: bundler before_install: - gem update --system - gem install bundler -cache: bundler script: bundle exec middleman build