mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-27 17:31:09 -06:00
Updated compeer for coveralls.
This commit is contained in:
parent
4540e93a63
commit
063cf14531
@ -7,4 +7,5 @@ install:
|
||||
- composer install
|
||||
|
||||
after_script:
|
||||
- php vendor/bin/coveralls
|
||||
- php vendor/bin/coveralls
|
||||
|
||||
|
@ -27,7 +27,8 @@
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "1.*",
|
||||
"barryvdh/laravel-ide-helper": "1.*",
|
||||
"mockery/mockery": "dev-master"
|
||||
"mockery/mockery": "dev-master",
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
Loading…
Reference in New Issue
Block a user