From 3c08cabe5b23bfba380c40d422b207845ffcb812 Mon Sep 17 00:00:00 2001 From: Edwin Onuonga Date: Sat, 11 May 2019 17:44:49 +0100 Subject: [PATCH] Add ruby-2.6 to CI build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f7efeb7..9c7f154 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ before_install: gem update --system script: bundle exec rake rvm: - 2.5 + - 2.6 - ruby-head \ No newline at end of file