From 145d86c1d8e97ab1405ff3398fc08b57fbe3f129 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 3 Jun 2021 12:14:35 +0200 Subject: [PATCH] CI: Drop 2.4 from the build matrix The error message in the build was: mini_racer was resolved to 0.4.0, which depends on Ruby (>= 2.5) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4bea8129..9a43fd93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: ruby os: linux rvm: - - 2.4 - 2.5 - 2.6 - 2.7