From 1cb90b87f4f63ceea859ff90b0072db180f52a70 Mon Sep 17 00:00:00 2001 From: Brandur Date: Mon, 2 Jul 2018 14:08:00 -0700 Subject: [PATCH] Add Ruby 2.5 to test matrix + use aliases Adds Ruby 2.5 to the test matrix. I also switched us over to aliases of each major Ruby version because I think it makes more sense to be locked to whatever the latest release in each is. --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32af8783..b152debd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: ruby rvm: - - 2.0.0 + - 2.0 - 2.1 - 2.2 - - 2.3.0 - - 2.4.0 + - 2.3 + - 2.4 + - 2.5 - jruby-9.0.5.0 notifications: