adding codeclimate coverage reporting to travis

This commit is contained in:
El RIDO
2016-07-06 12:09:19 +02:00
parent 0e217a42c5
commit 790cd9fd3a
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "4.8.*",
"codacy/coverage": "dev-master"
"codacy/coverage": "dev-master",
"codeclimate/php-test-reporter": "dev-master"
}
}