mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
Merge pull request #1932 from ptarjan/patch-1
Try running unit tests on HHVM
This commit is contained in:
@@ -4,6 +4,7 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
- hhvm
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=mariadb
|
- DB=mariadb
|
||||||
@@ -38,3 +39,7 @@ notifications:
|
|||||||
- dev-team@phpbb.com
|
- dev-team@phpbb.com
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
Reference in New Issue
Block a user