mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #1932 from ptarjan/patch-1
Try running unit tests on HHVM
This commit is contained in:
commit
9f7985d725
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,7 @@ php:
|
|||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- hhvm
|
||||
|
||||
env:
|
||||
- DB=mariadb
|
||||
|
@ -38,3 +39,7 @@ notifications:
|
|||
- dev-team@phpbb.com
|
||||
on_success: change
|
||||
on_failure: change
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
|
|
Loading…
Add table
Reference in a new issue