Skip to content

Commit 6d0a52c

Browse files
committed
Update coveralls dependency
1 parent 9e75cf3 commit 6d0a52c

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
@@ -15,4 +15,4 @@ before_script:
1515
- composer update $PREFER_LOWEST
1616
script:
1717
- ./vendor/bin/phpunit
18-
after_success: ./vendor/bin/coveralls -v
18+
after_success: ./vendor/bin/php-coveralls -v

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"require-dev": {
2323
"squizlabs/php_codesniffer": "^3.2",
2424
"phpunit/phpunit": "^6.5",
25-
"php-coveralls/php-coveralls": "^1.0"
25+
"php-coveralls/php-coveralls": "^2.1"
2626
}
2727
}

0 commit comments

Comments
 (0)