Skip to content

Commit

Permalink
Upgrade coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Dec 22, 2018
1 parent ead5b16 commit 9ac10c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@ script:
- composer run check

after_script:
- |
if [ -f "build/logs/clover.xml" ]; then
vendor/bin/coveralls -v
fi
- if [ -f "build/logs/clover.xml" ]; then vendor/bin/php-coveralls; fi
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"eloquent/phony-phpunit": "^2.0",
"phpunit/phpunit": "^6.0",
"satooshi/php-coveralls": "^2.0",
"php-coveralls/php-coveralls": "^2.1",
"squizlabs/php_codesniffer": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 9ac10c1

Please sign in to comment.