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

Change subject: Install coveralls dependencies in Travis build
......................................................................


Install coveralls dependencies in Travis build

Change-Id: If85c9990c30d9c0eb15af159783809525f159e79
---
M .travis.yml
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jeroen De Dauw: Verified; Looks good to me, approved



diff --git a/.travis.yml b/.travis.yml
index 63c87c9..95c9232 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@
   - phpunit --coverage-clover build/logs/clover.xml
 
 after_script:
+  - composer require satooshi/php-coveralls:dev-master
   - php vendor/bin/coveralls -v
 
 notifications:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If85c9990c30d9c0eb15af159783809525f159e79
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]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to