Browse Source

Enable code coverage report on Travis CI.

Daniele Alessandri 12 years ago
parent
commit
00d6160549
1 changed files with 4 additions and 0 deletions
  1. 4 0
      phpunit.xml.travisci

+ 4 - 0
phpunit.xml.travisci

@@ -25,6 +25,10 @@
         </whitelist>
     </filter>
 
+    <logging>
+        <log type="coverage-text" target="php://stdout" />
+    </logging>
+
     <php>
         <!-- Redis -->
         <const name="REDIS_SERVER_VERSION" value="2.4" />