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:
parent
0cd62aef98
commit
270b89dbea
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user