From cab9c3ca55f03d1a77d84428f4230668a3ab5f06 Mon Sep 17 00:00:00 2001 From: Christopher Locke Date: Sat, 19 Jan 2019 14:12:17 -0800 Subject: [PATCH] Add Ruby 2.6.0 to Travis CI test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b21749c..7dad0ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ rvm: - 2.3.8 - 2.4.5 - 2.5.3 + - 2.6.0 before_install: gem install bundler -v 1.17.1