From 04ce735a0459d1f5ed7301295a7af9b0823e3e64 Mon Sep 17 00:00:00 2001 From: Michael Camilleri Date: Mon, 27 May 2019 16:42:14 +0900 Subject: [PATCH] Update Travis to check Ruby 2.6 (#1128) This updates the Travis configuration file to check against Ruby 2.6. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1a54562866..94a2e43db8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ rvm: - "2.3" - "2.4" - "2.5" + - "2.6" cache: bundler: true bundler_args: --without development