Allow failure for Selenium tests

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-12-04 16:39:22 +01:00
parent 0fa659e3ad
commit a7eb3ea927

View File

@ -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"