From c92acd8396472b982851fc38ad15c09280c298f9 Mon Sep 17 00:00:00 2001 From: mihaibuzgau Date: Thu, 23 Jan 2020 10:04:01 +0200 Subject: [PATCH] (maint) use the same Ruby versions as Puppet --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index dfddb55c77..2f0de29bf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,10 @@ script: "bundle exec rake spec SPEC_OPTS='--color --format documentation'" notifications: email: false rvm: - - 1.9.3 - - 2.0.0 - - 2.1.5 - - 2.2.0 + - 2.3 + - 2.4 + - 2.5 + - 2.6 - ruby-head matrix: fast_finish: true