From f9d01344f82ad052b7481f4fd7b6a8c7e7b9b128 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Tue, 17 Apr 2018 23:33:15 +0200 Subject: [PATCH 1/3] Update install-semantic-external-query-lookup.sh Add `wfLoadExtension( "SemanticMediaWiki" )` to test Refs: https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/1732 --- tests/travis/install-semantic-external-query-lookup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/travis/install-semantic-external-query-lookup.sh b/tests/travis/install-semantic-external-query-lookup.sh index 3731e08..03d9a82 100644 --- a/tests/travis/install-semantic-external-query-lookup.sh +++ b/tests/travis/install-semantic-external-query-lookup.sh @@ -62,6 +62,9 @@ function updateConfiguration { echo '$wgShowExceptionDetails = true;' >> LocalSettings.php echo '$wgDevelopmentWarnings = true;' >> LocalSettings.php echo "putenv( 'MW_INSTALL_PATH=$(pwd)' );" >> LocalSettings.php + + # SMW#1732 + echo 'wfLoadExtension( "SemanticMediaWiki" );' >> LocalSettings.php php maintenance/update.php --quick } From f80e3627b4a2e40570b9b4e266d2e3f893c462e9 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Thu, 19 Apr 2018 22:09:39 +0200 Subject: [PATCH 2/3] Update .travis.yml update to a more recent environment set This will still fail, though. --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d11b33..999b45e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,14 +6,12 @@ env: matrix: fast_finish: true include: - - env: DB=mysql; MW=1.25.6; TYPE=coverage + - env: DB=mysql; MW=REL1_30; TYPE=coverage php: 5.6 - - env: DB=mysql; MW=1.23.9; - php: 5.4 - - env: DB=sqlite; MW=1.26.3; SITELANG=ja + - env: DB=sqlite; MW=REL1_27; SITELANG=ja php: 5.5 - env: DB=sqlite; MW=master; PHPUNIT=4.8.* - php: '7' + php: 7.1 exclude: - env: THENEEDFORTHIS=FAIL allow_failures: From 21b70526e5efc4db0e8ba8538704087a2bf86fa4 Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Thu, 19 Apr 2018 22:19:34 +0200 Subject: [PATCH 3/3] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 999b45e..6600223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ env: matrix: fast_finish: true include: - - env: DB=mysql; MW=REL1_30; TYPE=coverage + - env: DB=mysql; MW=REL1_28; TYPE=coverage php: 5.6 - env: DB=sqlite; MW=REL1_27; SITELANG=ja php: 5.5