Skip to content

Commit e52e3f3

Browse files
author
Reinier Kip
committed
Remove code coverage
1 parent 0a3bd23 commit e52e3f3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_script:
1616
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/config:${SYMFONY_VERSION} symfony/dependency-injection:${SYMFONY_VERSION} symfony/event-dispatcher:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION}; fi;
1717
- composer install --no-interaction --prefer-source --dev
1818

19-
script: phpunit --coverage-text --verbose
19+
script: phpunit --verbose
2020

2121
matrix:
2222
include:

phpunit.xml.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@
1313
<directory>./Tests/</directory>
1414
</testsuite>
1515
</testsuites>
16-
<filter>
17-
<whitelist>
18-
<directory suffix=".php">./Tests/</directory>
19-
</whitelist>
20-
</filter>
2116
</phpunit>

0 commit comments

Comments
 (0)