Skip to content

Commit

Permalink
Merge pull request #3394 from morozov/group-phpcs-phpstan
Browse files Browse the repository at this point in the history
Grouped PHPStan and PHP_CodeSniffer for parallel execution
  • Loading branch information
Ocramius authored Dec 7, 2018
2 parents b8729e4 + 7fb1421 commit 2b8513d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b8513d

Please sign in to comment.