1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

travis config

This commit is contained in:
Robin Appelman 2017-04-08 16:16:59 +02:00
commit 42f3cb78bd
2 changed files with 41 additions and 0 deletions

View file

@ -6,6 +6,10 @@
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../src</directory>
<exclude>
<directory suffix=".php">../app.php </directory>
<directory suffix=".php">../upload.php</directory>
</exclude>
</whitelist>
</filter>
</phpunit>