Jeroen De Dauw has submitted this change and it was merged. Change subject: Attempt to fix coveralls invocation ......................................................................
Attempt to fix coveralls invocation Change-Id: Ibfb7b696b215871d5d7daad3d4059e6e58f5d24a --- M .travis.yml 1 file changed, 1 insertion(+), 6 deletions(-) Approvals: Jeroen De Dauw: Verified; Looks good to me, approved diff --git a/.travis.yml b/.travis.yml index b43611b..3beedd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,12 +33,7 @@ after_script: - cd ../../extensions/Wikibase - - pwd - - ls -lap vendor/bin/ - - du -hs vendor/bin/coveralls - - ls -lap vendor/satooshi/php-coveralls/composer/bin/ - - du -hs vendor/satooshi/php-coveralls/composer/bin/coveralls - - php vendor/bin/coveralls -v + - php vendor/satooshi/php-coveralls/composer/bin/coveralls -v notifications: email: -- To view, visit https://gerrit.wikimedia.org/r/75101 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibfb7b696b215871d5d7daad3d4059e6e58f5d24a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
