allow failure for hhvm

This commit is contained in:
Julien Fastré 2014-10-17 08:07:45 +02:00
parent 56894db47a
commit 257ca371cf

View File

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