Jeroen De Dauw has submitted this change and it was merged. Change subject: Update TravisCI config to run coveralls ......................................................................
Update TravisCI config to run coveralls Change-Id: I9a20c57cc49bbdd1804a9d7e72da6048d90456d1 --- M .travis.yml 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Jeroen De Dauw: Verified; Looks good to me, approved diff --git a/.travis.yml b/.travis.yml index 19b9eaf..95d27dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,7 @@ - ./phpunit.php --group WikibaseQuery after_script: - - pwd - - ls -lap + - cd ../../extensions/WikibaseQuery - php vendor/bin/coveralls -v notifications: -- To view, visit https://gerrit.wikimedia.org/r/88531 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9a20c57cc49bbdd1804a9d7e72da6048d90456d1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/WikibaseQuery 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
