Jeroen De Dauw has submitted this change and it was merged. Change subject: Only run the Maps tests on Travis ......................................................................
Only run the Maps tests on Travis Change-Id: Ia412eb6c5127a2dfea0764af024d9e9caa330d2a --- M .travis.yml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jeroen De Dauw: Looks good to me, approved jenkins-bot: Verified diff --git a/.travis.yml b/.travis.yml index 67b9929..9bbe459 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ script: - cd ../phase3/tests/phpunit - - php phpunit.php --coverage-clover build/logs/clover.xml + - php phpunit.php --group Maps --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls -v -- To view, visit https://gerrit.wikimedia.org/r/80059 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia412eb6c5127a2dfea0764af024d9e9caa330d2a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Maps 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
