From 8c60b1ae0bf9123a7b129cac831ae00092acabf3 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Thu, 11 Apr 2019 10:37:24 +0200 Subject: [PATCH] Because of bundler version conflict switch back to ruby 2.4.5 on travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c414d11..6167ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: ruby rvm: - - 2.4.6 + - 2.4.5 - 2.3.8 - 2.2.10 @@ -10,7 +10,6 @@ env: - REDMINE_VER=3.4-stable DB=postgresql sudo: true -cache: bundler addons: postgresql: "9.6"