Skip to content

Commit

Permalink
Leftover from ff0b7a6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 30, 2014
1 parent 5a0e53a commit e5bc5fd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/travis-ci.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
colors="true">
<testsuites>
<testsuite name="PHP_CodeCoverage">
<directory suffix="Test.php">../Tests/PHP</directory>
<directory suffix="Test.php">../tests/PHP</directory>
</testsuite>
</testsuites>

Expand All @@ -15,10 +15,7 @@

<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../PHP</directory>
<exclude>
<file>../PHP/CodeCoverage/Autoload.php</file>
</exclude>
<directory suffix=".php">../src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit e5bc5fd

Please sign in to comment.