From 9bbae42b6686d57e3e2909ec67d6d3bf723f6ece Mon Sep 17 00:00:00 2001
From: Nicolas Leger <nicolasleger@users.noreply.github.com>
Date: Mon, 26 Mar 2018 16:40:03 +0200
Subject: [PATCH] [CI] Test against Ruby 2.5

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index cd30252..9939aff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: ruby
 rvm:
 - 2.3
 - 2.4
+- 2.5
 install:
 - gem install bundler
 - gem install rake
-- 
GitLab