Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 04cff83

Browse files
authored
Merge pull request #518 from OndraM/feature/coveralls-2.0
Upgrade php-coveralls to v 2.0.0
2 parents 32d5b8d + 6baf65f commit 04cff83

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ after_script:
106106
- if [ -f ./logs/php-server.log ]; then cat ./logs/php-server.log; fi
107107

108108
after_success:
109-
- travis_retry php vendor/bin/coveralls -v
109+
- travis_retry php vendor/bin/php-coveralls -v

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"friendsofphp/php-cs-fixer": "^2.0",
2424
"squizlabs/php_codesniffer": "^2.6",
2525
"php-mock/php-mock-phpunit": "^1.1",
26-
"php-coveralls/php-coveralls": "^1.0.2",
27-
"guzzle/guzzle": "^3.4.1",
26+
"php-coveralls/php-coveralls": "^2.0",
2827
"symfony/var-dumper": "^3.3 || ^4.0"
2928
},
3029
"autoload": {

0 commit comments

Comments
 (0)