Skip to content

Commit

Permalink
Fix clover path for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jan 25, 2019
1 parent 477cb9e commit 95920eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ script:
after_success:
- |
if [[ "$PHPUNIT_FLAGS" != "" ]]; then
travis_retry php vendor/bin/php-coveralls -v -x coverage.clover
travis_retry php vendor/bin/php-coveralls -v -x build/logs/clover.xml
fi

0 comments on commit 95920eb

Please sign in to comment.