From 3da6501c89c9b692a9129db8989902188c0655df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 28 Aug 2017 15:20:34 +0200 Subject: [PATCH] Remove Selenium tests from the maintenance branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are broken anyway, so there is no point in wasting resources on them. See #13603 Signed-off-by: Michal Čihař --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77024e4e56..e23989311d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,13 +54,8 @@ after_success: - bash <(curl -s https://codecov.io/bash) matrix: - allow_failures: - - php: "7.0" - env: CI_MODE=selenium fast_finish: true include: - - php: "7.0" - env: CI_MODE=selenium - php: "7.0" env: CI_MODE=release - php: "7.0"