Jeroen De Dauw has submitted this change and it was merged.

Change subject: Add coveralls.io support
......................................................................


Add coveralls.io support

Change-Id: Ib680ce580dc5df300bec47e252398d8a86e88b6c
---
M .travis.yml
M README.md
2 files changed, 7 insertions(+), 1 deletion(-)

Approvals:
  Jeroen De Dauw: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.travis.yml b/.travis.yml
index 11ee7dc..63c87c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,12 @@
 before_script:
   - composer install
 
+script:
+  - phpunit --coverage-clover build/logs/clover.xml
+
+after_script:
+  - php vendor/bin/coveralls -v
+
 notifications:
   email:
     recipients:
diff --git a/README.md b/README.md
index 6c7251e..5adb5b7 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@
 to support
 [Maps](https://www.mediawiki.org/wiki/Extension:Maps)
 and
-[Semantic MediaWiki](https://semantic-mediawiki.org/)
+[Semantic MediaWiki](https://semantic-mediawiki.org/).
 
 ## Release notes
 

-- 
To view, visit https://gerrit.wikimedia.org/r/80025
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib680ce580dc5df300bec47e252398d8a86e88b6c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Validator
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

Reply via email to