Jeroen De Dauw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/80050


Change subject: Update Travis config
......................................................................

Update Travis config

Change-Id: I8807f25b5301f709ccabbccbb584a0f39c50e3df
---
M .travis.sh
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Maps 
refs/changes/50/80050/1

diff --git a/.travis.sh b/.travis.sh
index 7dddcc1..845f8aa 100644
--- a/.travis.sh
+++ b/.travis.sh
@@ -18,13 +18,14 @@
 
 cd Maps
 composer require satooshi/php-coveralls:dev-master
-
 cd ../..
+
 echo 'require_once( __DIR__ . "/extensions/Maps/Maps.php" );' >> 
LocalSettings.php
 
 echo 'error_reporting(E_ALL| E_STRICT);' >> LocalSettings.php
 echo 'ini_set("display_errors", 1);' >> LocalSettings.php
 echo '$wgShowExceptionDetails = true;' >> LocalSettings.php
 echo '$wgDevelopmentWarnings = true;' >> LocalSettings.php
+echo "putenv( 'MW_INSTALL_PATH=$(pwd)' );" >> LocalSettings.php
 
 php maintenance/update.php --quick

-- 
To view, visit https://gerrit.wikimedia.org/r/80050
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8807f25b5301f709ccabbccbb584a0f39c50e3df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Maps
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to