Skip to content

Commit 3667ddb

Browse files
authored
Merge branch 'master' into fea/string-compress
2 parents bccdae0 + 7863100 commit 3667ddb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ matrix:
1515
before_script:
1616
- composer update $PREFER_LOWEST
1717
script: ./vendor/bin/phpunit --coverage-clover clover.xml
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
@@ -39,7 +39,7 @@
3939
"traderinteractive/filter-strings": "^3.3.2"
4040
},
4141
"require-dev": {
42-
"php-coveralls/php-coveralls": "^1.0",
42+
"php-coveralls/php-coveralls": "^2.0",
4343
"phpunit/phpunit": "^6.0",
4444
"squizlabs/php_codesniffer": "^3.2"
4545
},

0 commit comments

Comments
 (0)