From 32fcdd9d94fd4a054f0a1a58b6ecfb128f71ffea Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 3 Nov 2018 12:15:25 +0100 Subject: [PATCH] Ensured phpcov is run with phpdbg in travis pipeline --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 085989bb..247e7bfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: after_success: - rm -f build/clover.xml - - vendor/bin/phpcov merge build --clover build/clover.xml + - phpdbg -qrr vendor/bin/phpcov merge build --clover build/clover.xml - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover build/clover.xml