Skip to content

Commit db1d20a

Browse files
author
Sunny Raj Rathod
authored
Update .travis.yml
1 parent bf7898f commit db1d20a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ script:
1818
- vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml
1919
- cd sample-code-php
2020
- composer install --prefer-dist --ignore-platform-reqs
21-
- vendor/phpunit/phpunit/phpunit test-runner.php .
21+
- vendor/phpunit/phpunit/phpunit test-runner.php . --coverage-clover ../build/logs/clover.xml
2222
- cd ../
2323

2424
after_script:

0 commit comments

Comments
 (0)