Added hhvm testing

This commit is contained in:
Alex Bilbie 2014-01-16 16:53:44 +00:00
parent 310c00a096
commit 115ca30f5a

View File

@ -3,6 +3,11 @@ language: php
php:
- 5.4
- 5.5
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script: composer install --prefer-source
script: phpunit --configuration phpunit.xml.dist