Skip to content

Commit ff5f7b2

Browse files
committed
Generate test coverage for the pecl connector
1 parent bdd4c67 commit ff5f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- docker
77

88
env:
9-
- PHP_IMAGE='php:7.1-cli' TNT_CLIENT=pecl
9+
- PHP_IMAGE='php:7.1-cli' TNT_CLIENT=pecl PHPUNIT_OPTS='--coverage-clover=coverage.clover'
1010
- PHP_IMAGE='php:7.1-cli' CHECK_CS=1
1111
- PHP_IMAGE='php:7.2-cli' PHPUNIT_OPTS='--coverage-clover=coverage.clover'
1212
- PHP_IMAGE='php:7.3-cli'

0 commit comments

Comments
 (0)