Travis will now test against HHVM

This commit is contained in:
Alex Bilbie
2013-12-19 12:32:09 +00:00
parent f563a59ce8
commit 7c1b913e49

View File

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