Skip to content

Commit f546a67

Browse files
authored
Merge branch 'master' into dev/dependencies
2 parents 675b9d2 + 28378d0 commit f546a67

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 @@ matrix:
1616
before_script:
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
@@ -32,7 +32,7 @@
3232
"traderinteractive/util-string": "^3.0"
3333
},
3434
"require-dev": {
35-
"php-coveralls/php-coveralls": "^1.0",
35+
"php-coveralls/php-coveralls": "^2.1",
3636
"phpunit/phpunit": "^6.0",
3737
"squizlabs/php_codesniffer": "^3.2"
3838
},

0 commit comments

Comments
 (0)