Added CI config files

This commit is contained in:
Alejandro Celaya
2016-04-17 19:34:16 +02:00
parent a9813b1ab9
commit db9051dcde
5 changed files with 36 additions and 4 deletions

View File

@@ -46,7 +46,7 @@
"cs": "phpcs",
"cs-fix": "phpcbf",
"serve": "php -S 0.0.0.0:8000 -t public/",
"test": "phpunit",
"test": "phpunit --coverage-clover build/clover.xml",
"pretty-test": "phpunit --coverage-html build/coverage"
}
}