Skip to content

Commit

Permalink
Revert "Re-enable master as voting CI test setup (#484)" (#485)
Browse files Browse the repository at this point in the history
This reverts commit 6575138.
  • Loading branch information
mwjames committed Apr 13, 2019
1 parent 6575138 commit 568b7c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -7,14 +7,15 @@ matrix:
php: 7.1
- env: DB=mysql; MW=1.28.2; SMW=~3.0@dev; TYPE=coverage
php: 7.0
- env: DB=sqlite; MW=1.31.1; SMW=~3.0
php: 7.0
- env: DB=sqlite; MW=1.28.2; SMW=~3.0@dev
php: 7.0
- env: DB=mysql; MW=1.27.3; SMW=~3.0@dev
php: 5.6
- env: DB=postgres; MW=1.27.3; SMW=~3.0@dev
php: 5.6
allow_failures:
# Broken due to https://phabricator.wikimedia.org/T188840
- env: DB=mysql; MW=master; SMW=~3.0@dev

install:
- bash ./build/travis/install-mediawiki.sh
Expand Down

0 comments on commit 568b7c8

Please sign in to comment.