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:
parent
c801d3645a
commit
c8163fd735
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user