Skip to content

Commit 23b5298

Browse files
authored
Update .travis.yml
1 parent d507ad7 commit 23b5298

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ matrix:
1717
- env: DB=mysql; MW=REL1_33; SMW=~3.0@dev
1818
php: 7.2
1919
allow_failures:
20-
# Broken due to https://phabricator.wikimedia.org/T188840
21-
- env: DB=mysql; MW=REL1_33; SMW=~3.0@dev
20+
# postgres broken due to https://phabricator.wikimedia.org/T188840
21+
- env: DB=postgres; MW=REL1_32; SMW=~3.0@dev
2222

2323
install:
2424
- bash ./build/travis/install-mediawiki.sh

0 commit comments

Comments
 (0)