jenkins-bot has submitted this change and it was merged.

Change subject: Update TravisCI config
......................................................................


Update TravisCI config

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

Approvals:
  Jeroen De Dauw: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.travis.sh b/.travis.sh
index 327faa0..787fc12 100644
--- a/.travis.sh
+++ b/.travis.sh
@@ -13,14 +13,19 @@
 mysql -e 'create database its_a_mw;'
 php maintenance/install.php --dbtype $DBTYPE --dbuser root --dbname its_a_mw 
--dbpath $(pwd) --pass nyan TravisWiki admin
 
+cd extensions
+
 composer create-project mediawiki/semantic-mediawiki:dev-master 
SemanticMediaWiki -s dev
-composer require satooshi/php-coveralls:dev-master
 
 # Replace SemanticMediaWiki with the version that should be tested
 rm -rf SemanticMediaWiki
 mkdir SemanticMediaWiki
 cp -r $originalDirectory/* SemanticMediaWiki
 
+cd ..
+
+composer require satooshi/php-coveralls:dev-master
+
 echo 'require_once( __DIR__ . 
"/extensions/SemanticMediaWiki/SemanticMediaWiki.php" );' >> LocalSettings.php
 
 echo 'error_reporting(E_ALL| E_STRICT);' >> LocalSettings.php

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia78a45f9ff6c97abe91d4100aee812f2f676b69f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to