From a6c27109619c672a2ad4075d931e97d364cb010a Mon Sep 17 00:00:00 2001 From: Stefan Schiffer <stefan.schiffer@invision.de> Date: Thu, 27 Dec 2018 10:31:44 +0100 Subject: [PATCH] Let Travis build with ruby 2.6.0 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01625428..8e415bf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ rvm: - 2.3.6 - 2.4.3 - 2.5.0 + - 2.6.0 git: depth: 10 @@ -17,4 +18,4 @@ cache: bundler matrix: include: - script: bundle exec rake rubocop - rvm: 2.5.0 + rvm: 2.6.0