Jeroen De Dauw has uploaded a new change for review. https://gerrit.wikimedia.org/r/80059
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Maps refs/changes/59/80059/1 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: newchange Gerrit-Change-Id: Ia412eb6c5127a2dfea0764af024d9e9caa330d2a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Maps Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
