1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Fix coverage merge executable

This commit is contained in:
Niklas Keller 2017-04-26 21:23:45 +02:00
parent 431212989a
commit 34d4206e8f

View File

@ -35,7 +35,7 @@ script:
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:
- ./phpcov.phar merge --clover build/logs/clover.xml coverage/cov
- coverage/bin/phpcov.phar merge --clover build/logs/clover.xml coverage/cov
- php vendor/bin/coveralls -v
cache: