From fec8d4886caa94f01cf2f78eb63e8cc6e2c49d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Mar 2014 16:29:29 +0100 Subject: [PATCH] Allow failures in Selenium till it is debugged MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d85949f07..0a54404ead 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,8 @@ matrix: allow_failures: - php: hhvm env: PHPUNIT_ARGS="--exclude-group selenium" + - php: 5.5 + env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" fast_finish: true include: - php: 5.5