From 960f211873e395cbc06872dafc61fb3481fa0c3c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 14 Dec 2017 14:11:33 +0200 Subject: [PATCH] Fix for tests --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 91a6651bf13f..102145d9f81b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: php sudo: true +# Prevent tests from taking more than 50 minutes +group: deprecated-2017Q4 + php: # - 5.5.9 # - 5.6