Skip to content

Commit

Permalink
Merge pull request #561 from JeroenDeDauw/travisdb
Browse files Browse the repository at this point in the history
Update db types in travis config
  • Loading branch information
JeroenDeDauw authored Aug 2, 2019
2 parents 551b606 + 0cc13d4 commit 16fc9a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ fi
echo 'error_reporting(E_ALL| E_STRICT);' >> LocalSettings.php
echo 'ini_set("display_errors", 1);' >> LocalSettings.php
echo '$wgShowExceptionDetails = true;' >> LocalSettings.php
echo '$wgShowDBErrorBacktrace = true;' >> LocalSettings.php
echo '$wgDevelopmentWarnings = true;' >> LocalSettings.php
echo "putenv( 'MW_INSTALL_PATH=$(pwd)' );" >> LocalSettings.php

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ sudo: false
matrix:
fast_finish: true
include:
- env: DBTYPE=mysql; MW=1.31.3
- env: DBTYPE=sqlite; MW=1.31.3
php: 7.1
- env: DBTYPE=mysql; MW=master; SMW=dev-master
- env: DBTYPE=sqlite; MW=master; SMW=dev-master
php: 7.3
- env: DBTYPE=sqlite; MW=1.31.3; SMW=3.0.0
php: 7.1
Expand Down

0 comments on commit 16fc9a2

Please sign in to comment.