mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12319] Backport Travis CI HHVM environment to develop-olympus.
PHPBB3-12319
This commit is contained in:
parent
4e8aef7cd6
commit
f7f18a3c66
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
|
- hhvm
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
|
@ -32,3 +33,5 @@ matrix:
|
||||||
env: DB=mariadb
|
env: DB=mariadb
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env: DB=postgres
|
env: DB=postgres
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm
|
||||||
|
|
Loading…
Add table
Reference in a new issue