Ver código fonte

Enable code coverage report on Travis CI.

Daniele Alessandri 13 anos atrás
pai
commit
00d6160549
1 arquivos alterados com 4 adições e 0 exclusões
  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" />