From 95920eb9d023a8873a8d8c9581f9348a09cbc8d9 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 25 Jan 2019 11:43:51 +0100 Subject: [PATCH] Fix clover path for coveralls --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d08c90c9..71b4597a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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