Skip to content

Commit

Permalink
add/update composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Koopzington committed Nov 13, 2016
1 parent 4356155 commit 9c2818a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,16 @@
"psr-4": {
"ZendTest\\Config\\": "test/"
}
},
"scripts": {
"check": [
"@cs-check",
"@test"
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"upload-coverage": "coveralls -v"
}
}

0 comments on commit 9c2818a

Please sign in to comment.