Allow failures for hhvm

We're more testing hhvm than testing our code base with this.

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-01-14 14:21:43 +01:00
parent 0cd62aef98
commit 270b89dbea

View File

@ -57,6 +57,8 @@ matrix:
allow_failures:
- php: 5.6
env: PHPUNIT_ARGS="--group selenium" SELENIUM="yes"
- php: hhvm
env: PHPUNIT_ARGS="--exclude-group selenium"
fast_finish: true
include:
- php: 5.6