.scrutinizer.yml 310 B

12345678910111213141516
  1. tools:
  2. external_code_coverage:
  3. timeout: 600
  4. checks:
  5. php:
  6. code_rating: true
  7. duplication: true
  8. build:
  9. dependencies:
  10. override:
  11. - composer install --no-interaction --no-scripts --ignore-platform-reqs
  12. nodes:
  13. analysis:
  14. tests:
  15. override:
  16. - php-scrutinizer-run