Skip to content

Commit d507ad7

Browse files
authored
Update TravisCI config
Add PHP 7.3, fix missing MySql service and fix allow_failures section
1 parent a3f7d83 commit d507ad7

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
language: php
22

3+
services:
4+
- mysql
5+
36
matrix:
47
fast_finish: true
58
include:
6-
- env: DB=mysql; MW=master; SMW=~3.0@dev
7-
php: 7.1
9+
- env: DB=sqlite; MW=master; SMW=~3.0@dev; TYPE=coverage
10+
php: 7.3
811
- env: DB=sqlite; MW=REL1_31; SMW=~3.0; MERMAID=dev-master
912
php: 7.0
10-
- env: DB=sqlite; MW=REL1_31; SMW=~3.0@dev; TYPE=coverage
13+
- env: DB=mysql; MW=REL1_31; SMW=~3.0@dev
1114
php: 7.0
12-
- env: DB=mysql; MW=REL1_32; SMW=~3.0@dev
15+
- env: DB=postgres; MW=REL1_32; SMW=~3.0@dev
1316
php: 7.2
14-
- env: DB=postgres; MW=REL1_33; SMW=~3.0@dev
17+
- env: DB=mysql; MW=REL1_33; SMW=~3.0@dev
1518
php: 7.2
1619
allow_failures:
1720
# Broken due to https://phabricator.wikimedia.org/T188840
18-
- env: DB=mysql; MW=master; SMW=~3.0@dev
19-
- php: 7.2
21+
- env: DB=mysql; MW=REL1_33; SMW=~3.0@dev
2022

2123
install:
2224
- bash ./build/travis/install-mediawiki.sh

0 commit comments

Comments
 (0)