Grouped PHPStan and PHP_CodeSniffer for parallel execution

parent b8729e45
......@@ -320,12 +320,11 @@ jobs:
- stage: Code Quality
php: 7.2
env: DB=none STATIC_ANALYSIS
env: PHPStan
install: travis_retry composer install --prefer-dist
script: vendor/bin/phpstan analyse
- stage: Coding standard
- stage: Code Quality
php: 7.2
env: PHP_CodeSniffer
install: travis_retry composer install --prefer-dist
script:
- ./vendor/bin/phpcs
script: vendor/bin/phpcs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment