From a1ff1a701c882a741151ff1a51169f0d62a8001a Mon Sep 17 00:00:00 2001 From: Edwin Onuonga Date: Fri, 21 Jun 2019 15:37:35 +0400 Subject: [PATCH] Add CI ruby 2.7.0.preview1 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e2cdc13..316d710 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ script: bundle exec rspec spec rvm: - 2.5 - 2.6 + - 2.7.0.preview1 - ruby-head \ No newline at end of file