From a274ab4cc5c8cdeef10089d2f6f42ab2705a59a6 Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Tue, 18 Dec 2018 19:10:18 +1100 Subject: [PATCH 1/3] update supported rubies to the latest version in travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86732d4..b396a9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ sudo: false language: ruby rvm: - - 2.3.7 - - 2.4.4 - - 2.5.1 + - 2.3.8 + - 2.4.5 + - 2.5.3 - ruby-head script: rake test matrix: From eb925cd5655195635ae5c511860c02685a87bb06 Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Thu, 27 Dec 2018 01:00:54 +1100 Subject: [PATCH 2/3] add ruby 2.6.0 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b396a9f..f5726f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ rvm: - 2.3.8 - 2.4.5 - 2.5.3 + - 2.6.0 - ruby-head script: rake test matrix: From 204390714916ccd1baa7b36781c8624e366b7a99 Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Tue, 5 Feb 2019 00:19:11 +1100 Subject: [PATCH 3/3] use ruby 2.6.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5726f0..f561ac1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ rvm: - 2.3.8 - 2.4.5 - 2.5.3 - - 2.6.0 + - 2.6.1 - ruby-head script: rake test matrix: