Skip to content

Commit

Permalink
Merge pull request #15 from chadicus/dev/coveralls
Browse files Browse the repository at this point in the history
Update coveralls integration
  • Loading branch information
chadicus committed Aug 11, 2018
2 parents f394479 + c4406d8 commit 12e0537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ before_script:
- composer update $PREFER_LOWEST
script:
- ./vendor/bin/phpunit --coverage-clover clover.xml
after_success: ./vendor/bin/coveralls -v
after_success: ./vendor/bin/php-coveralls -v
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"psr/log": "^1.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^1.0",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^6.0",
"squizlabs/php_codesniffer": "^3.3"
},
Expand Down

0 comments on commit 12e0537

Please sign in to comment.