From 9a943aa2eef638ea4cc067a74dd8e6eb024bfdd6 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 14 Jan 2020 19:34:42 +0100 Subject: Updated .travis.yml to also test with ruby 2.6 and 2.7 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9939aff..30293f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ rvm: - 2.3 - 2.4 - 2.5 +- 2.6 +- 2.7 install: - gem install bundler - gem install rake -- cgit v1.2.1