Added HHVM to testing
This commit is contained in:
parent
6e9736f030
commit
967f4c1e64
2 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- "5.5"
|
||||
- hhvm
|
||||
- 5.5
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue