Update coveralls phar

This commit is contained in:
Arkadiusz Kondas 2018-02-14 19:24:48 +01:00
parent b4b190de7f
commit 83b1d7c9ac
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ script:
after_success:
- |
if [[ $PHPUNIT_FLAGS != "" ]]; then
wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar
php coveralls.phar --verbose;
fi