From 0cc13d447b8edb849ab79ffc9af30b6f0442a49f Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Thu, 1 Aug 2019 15:32:55 +0200 Subject: [PATCH] Update db types in travis config --- .travis.install.sh | 1 + .travis.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.install.sh b/.travis.install.sh index 0e60bf2db..8d1553914 100644 --- a/.travis.install.sh +++ b/.travis.install.sh @@ -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 diff --git a/.travis.yml b/.travis.yml index 226ea1d54..f10253666 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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