1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

Allow HHVM failures

This commit is contained in:
Barry vd. Heuvel 2014-10-17 11:06:54 +02:00
parent 2dc1c9991c
commit 78089f2056

View File

@ -13,3 +13,8 @@ before_script:
script:
- vendor/bin/phpunit --verbose
matrix:
allow_failures:
- php: hhvm
fast_finish: true