Unverified Commit 2b8513dc authored by Marco Pivetta's avatar Marco Pivetta Committed by GitHub

Merge pull request #3394 from morozov/group-phpcs-phpstan

Grouped PHPStan and PHP_CodeSniffer for parallel execution
parents b8729e45 7fb14212
......@@ -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