Ensured phpcov is run with phpdbg in travis pipeline

This commit is contained in:
Alejandro Celaya 2018-11-03 12:15:25 +01:00
parent 313927827d
commit 32fcdd9d94

View File

@ -30,7 +30,7 @@ script:
after_success: after_success:
- rm -f build/clover.xml - 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 - wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml - php ocular.phar code-coverage:upload --format=php-clover build/clover.xml