From a7eb3ea927118675bedf36f968d11703bec2ff45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Dec 2014 16:39:22 +0100 Subject: [PATCH] Allow failure for Selenium tests 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, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ada3d3f46..ea0796f34e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ after_script: matrix: allow_failures: - - php: 5.5 + - php: 5.6 env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes" - php: hhvm env: PHPUNIT_ARGS="--exclude-group selenium"