소스 검색

Enable code coverage report on Travis CI.

Daniele Alessandri 13 년 전
부모
커밋
00d6160549
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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" />