Added HHVM to testing

This commit is contained in:
Joshua Sherman 2014-01-03 13:16:11 -05:00
parent 6e9736f030
commit 967f4c1e64
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,12 @@
language: php
php:
- "5.5"
- hhvm
- 5.5
matrix:
allow_failures:
- php: hhvm
install:
- composer install