[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 f6bf2b5977
commit 7a50b02c36
-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