Allow failures in Selenium till it is debugged

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2014-03-26 16:29:29 +01:00
parent 826482b4c6
commit fec8d4886c

View File

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