mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge pull request #2292 from bantu/ticket/12384-ascraeus
[ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL. * bantu/ticket/12384-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
1024f3d44e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ matrix:
|
|||
- php: 5.6
|
||||
env: DB=mysqli
|
||||
- php: hhvm
|
||||
env: DB=mysql
|
||||
env: DB=mysqli
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
fast_finish: true
|
||||
|
|
Loading…
Add table
Reference in a new issue