From a8609e1e2ba306dbfc5c17e2837315577f376d15 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 22 Mar 2019 17:54:30 +0100 Subject: [PATCH] CI: update to latest MRI, drop a setting - drop unused Travis configuration: sudo: false - see https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration for historical detail about when it was removed. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aad67df0..00f3b2d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: ruby -sudo: false cache: bundler rvm: - 2.0.0 @@ -7,8 +6,8 @@ rvm: - 2.2.10 - 2.3.8 - 2.4.5 - - 2.5.3 - - 2.6.0 + - 2.5.5 + - 2.6.2 - ruby-head matrix: include: