Commit 64659cc5 authored by Gasol Wu's avatar Gasol Wu

Integrate coveralls with travis-ci

parent e5765b18
service_name: travis-ci
src_dir: library
......@@ -11,3 +11,4 @@ before_script:
script: phpunit -c phpunit.xml.travis
after_script: vendor/bin/coveralls -v
......@@ -7,6 +7,10 @@
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<filter>
<whitelist>
<directory suffix=".php">library</directory>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment