mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-19 09:48:53 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12384] Use mysqli on hhvm in ascraeus. Keep explicit matrix though. [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.
This commit is contained in:
commit
480a70ccae
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ matrix:
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=mysqli
|
env: DB=mysqli
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
env: DB=mysql
|
env: DB=mysqli
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue