mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14972] Update tests matrix to reflect bumping PHP version requirement
PHPBB3-14972
This commit is contained in:
parent
0552666cf5
commit
e336a62fa3
1 changed files with 5 additions and 9 deletions
14
.travis.yml
14
.travis.yml
|
@ -2,19 +2,15 @@ language: php
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.5
|
||||
- php: 5.6
|
||||
env: DB=none;NOTESTS=1
|
||||
- php: 5.5
|
||||
env: DB=mysqli
|
||||
- php: 5.5
|
||||
env: DB=mysql
|
||||
- php: 5.5
|
||||
- php: 5.6
|
||||
env: DB=mariadb
|
||||
- php: 5.5
|
||||
- php: 5.6
|
||||
env: DB=postgres
|
||||
- php: 5.5
|
||||
- php: 5.6
|
||||
env: DB=sqlite3
|
||||
- php: 5.5
|
||||
- php: 5.6
|
||||
env: DB=mysqli;SLOWTESTS=1
|
||||
- php: 5.6
|
||||
env: DB=mysqli
|
||||
|
|
Loading…
Add table
Reference in a new issue