From c0450b29157d180014ab719c0e870f44cb79ca02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 12 Jul 2016 10:42:41 +0200 Subject: [PATCH] Remove allowed failures test from maintenance branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fefa218c0..0f26ad6965 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,14 +56,6 @@ after_script: - codecov - if [ -f php.log ] ; then cat php.log ; fi -matrix: - allow_failures: - - php: 5.6 - env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" - fast_finish: true - include: - - php: 5.6 - env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" cache: directories: - $HOME/.composer/cache/