Merge pull request #127 from GrahamCampbell/master

Added hhvm to travis
This commit is contained in:
Denis
2013-12-31 05:41:37 -08:00
+6
View File
@@ -4,9 +4,15 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
script: phpunit
matrix:
allow_failures:
- php: hhvm
fast_finish: true