Merged CS, static analysis and unit tests all into the 'script' section

This commit is contained in:
Chris Kankiewicz
2020-02-20 16:01:39 -07:00
parent 7196bdedb3
commit 78374f55b2

View File

@@ -17,8 +17,7 @@ cache:
install: composer install
before_script:
script:
- app/vendor/bin/php-cs-fixer fix --diff --dry-run
- app/vendor/bin/psalm
script: app/vendor/bin/phpunit --coverage-text
- app/vendor/bin/phpunit --coverage-text