Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Removes coveralls script from composer definition
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 10, 2018
1 parent b46c78a commit 9fbefa3
Show file tree
Hide file tree
Showing 2 changed files with 443 additions and 732 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"upload-coverage": "coveralls -v"
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
}
}
Loading

0 comments on commit 9fbefa3

Please sign in to comment.