We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecda74 commit ad3710aCopy full SHA for ad3710a
.travis.yml
@@ -27,7 +27,7 @@ script:
27
- if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/docheader check examples/ src/ tests/; fi
28
29
after_success:
30
- - if [[ $TEST_COVERAGE == 'true' ]]; then php ./vendor/bin/coveralls -v; fi
+ - if [[ $TEST_COVERAGE == 'true' ]]; then php ./vendor/bin/php-coveralls -v; fi
31
32
notifications:
33
webhooks:
composer.json
@@ -22,7 +22,7 @@
22
"require-dev": {
23
"phpunit/phpunit": "^7.0",
24
"prooph/php-cs-fixer-config": "^0.3",
25
- "satooshi/php-coveralls": "^2.2",
+ "php-coveralls/php-coveralls": "^2.2",
26
"malukenho/docheader": "^0.1.4"
},
"autoload": {
0 commit comments