From d88f2f63b805a99a5a93a46e8dbb5144302911a2 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 4 Mar 2019 13:33:35 +0100 Subject: [PATCH] Travis: disable Ruby 2.5 Zeitwerk is not fully compatible with 2.5 cf. https://github.com/Evolix/chexpire/pull/104 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 054c892..50a64b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ language: - ruby rvm: - - 2.5 + ### Zeitwerk is not fully compatible with 2.5 + ### cf. https://github.com/Evolix/chexpire/pull/104 + # - 2.5 - 2.6 cache: