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

Update coveralls package

This commit is contained in:
Aaron Piotrowski 2017-11-30 20:08:10 -06:00
parent c801d3645a
commit c8163fd735
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -16,7 +16,6 @@ matrix:
install:
# --ignore-platform-reqs, because https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/2722
- composer update -n --prefer-dist --ignore-platform-reqs
- composer require satooshi/php-coveralls dev-master --ignore-platform-reqs
- travis/install-eio.sh
- travis/install-uv.sh
@ -26,6 +25,7 @@ script:
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:
- composer require php-coveralls/php-coveralls ^1.0.2 --ignore-platform-reqs
- php vendor/bin/coveralls -v
cache: