1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Allowing failures on hhvm-nightly, as the build chokes on composer installation for now (unrecognized console flags)

This commit is contained in:
Marco Pivetta 2014-06-07 15:11:51 +02:00
parent 32b24ba155
commit 50d7975fd6

View File

@ -38,3 +38,5 @@ matrix:
env: DB=pgsql # driver currently unsupported by HHVM
- php: hhvm-nightly
env: DB=mysqli # driver currently unsupported by HHVM
allow_failures:
- php: hhvm-nightly # hhvm-nightly currently chokes on composer installation