Upgraded CI

This commit is contained in:
2019-04-17 21:16:34 +02:00
parent 50a035047d
commit 815f2bc69d
3 changed files with 44 additions and 18 deletions

View File

@ -36,6 +36,7 @@
"scripts": {
"phpmd": "phpmd src/ text phpmd",
"phpunit": "phpunit --coverage-text --colors=never",
"test": "composer run phpmd && composer run phpcs"
"phpcs": "phpcs",
"test": "composer run phpmd && composer run phpunit"
}
}