jenkins-bot has submitted this change and it was merged. Change subject: Run composer install for core ......................................................................
Run composer install for core Change-Id: I63bf75c20f1af01a5b87bc882cee77f144df36af --- M build/travis/install.sh 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Aude: Looks good to me, approved jenkins-bot: Verified diff --git a/build/travis/install.sh b/build/travis/install.sh index 931c2cf..a68da71 100755 --- a/build/travis/install.sh +++ b/build/travis/install.sh @@ -11,6 +11,7 @@ mv mediawiki-$MW phase3 cd phase3 +composer install --no-dev wget https://phar.phpunit.de/phpunit.phar chmod +x phpunit.phar mv phpunit.phar tests/phpunit/ -- To view, visit https://gerrit.wikimedia.org/r/170028 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I63bf75c20f1af01a5b87bc882cee77f144df36af Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
