From 6060a03c1eaed966126bfc268e442e4190c67332 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Mon, 26 Mar 2018 11:07:15 -0400 Subject: [PATCH] Update to 2.3.6 on euwe. :sweat_smile: We previously tried to upgrade to 2.3.6 on euwe by backporting: https://github.com/ManageIQ/manageiq/pull/15993 This was causing a hang in the automation test suite on euwe and we reverted it in: https://github.com/ManageIQ/manageiq/pull/16087 We now need to figure out why it's hanging so we can upgrade to 2.3.6+ on euwe. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5de27ac971f..5fcf4fbdff10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: ruby rvm: -- '2.3.1' +- '2.3.6' sudo: false cache: bundler: true