Removed hhvm from allow failures

This commit is contained in:
Graham Campbell
2014-08-08 13:12:33 +01:00
parent e9598b65f4
commit fee8e709cf
-4
View File
@@ -17,7 +17,3 @@ before_script:
- composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit -c phpunit.xml.travisci
matrix:
allow_failures:
- php: hhvm
fast_finish: true