Skip to content

Commit 0218e48

Browse files
committed
Update coveralls integration
1 parent 8410f03 commit 0218e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ before_script:
1616
- yes '' | pecl install -f mongodb
1717
- composer update $PREFER_LOWEST
1818
script: ./vendor/bin/phpunit --coverage-clover clover.xml
19-
after_success: ./vendor/bin/coveralls -v
19+
after_success: ./vendor/bin/php-coveralls -v

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"mongodb/mongodb": "^1.1"
3030
},
3131
"require-dev": {
32+
"php-coveralls/php-coveralls": "^2.2",
3233
"phpunit/phpunit": "^6.5.2",
33-
"php-coveralls/php-coveralls": "^1.0",
3434
"squizlabs/php_codesniffer": "^3.2"
3535
},
3636
"autoload": {

0 commit comments

Comments
 (0)