[tests] Do not allow failures for HHVM on Travis CI.

This commit is contained in:
Daniele Alessandri
2016-05-30 17:00:46 +02:00
parent dbae384a64
commit 39cf6abf82
-2
View File
@@ -20,6 +20,4 @@ before_script:
script:
- vendor/bin/phpunit -c phpunit.xml.travisci
matrix:
allow_failures:
- php: hhvm
fast_finish: true