allow failure for hhvm

This commit is contained in:
Julien Fastré 2014-10-17 08:07:45 +02:00
parent dfddcccc58
commit f44abb26fe

View File

@ -3,7 +3,11 @@ php:
- 5.5
- 5.4
- 5.6
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm-nightly
install:
- composer install --dev