# scrutinizer-ci.com configuration
imports:
- javascript
- php
filter:
excluded_paths:
- webroot/
- logs/
- build/
- node_modules/
- tmp/
- vendor/
checks:
php: true
tools:
external_code_coverage:
timeout: 3600 # Timeout in seconds.
build:
nodes:
analysis:
environment:
php: 7.1
dependencies:
before:
- composer install
tests:
override:
- php-scrutinizer-run
- phpcs-run