jenkins-bot has submitted this change and it was merged. Change subject: Do not install satooshi/php-coveralls for now, since we are not using coveralls for this repo yet ......................................................................
Do not install satooshi/php-coveralls for now, since we are not using coveralls for this repo yet Change-Id: I95821f186db7b1b6a936d7f095824d7c0802d505 --- M .travis.sh 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Tobias Gritschacher: Looks good to me, approved jenkins-bot: Verified diff --git a/.travis.sh b/.travis.sh index 3182980..c64546e 100644 --- a/.travis.sh +++ b/.travis.sh @@ -31,7 +31,8 @@ echo '$wgWBClientSettings["siteGlobalID"] = "enwiki";' >> LocalSettings.php cd extensions/Wikibase -composer require satooshi/php-coveralls:dev-master +composer install +#composer require satooshi/php-coveralls:dev-master cd ../.. -- To view, visit https://gerrit.wikimedia.org/r/76508 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I95821f186db7b1b6a936d7f095824d7c0802d505 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Denny Vrandecic <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
