14 lines
224 B
YAML
14 lines
224 B
YAML
imports:
|
|
- php
|
|
|
|
tools:
|
|
external_code_coverage:
|
|
timeout: 7200 # Timeout in seconds: 2 hours
|
|
|
|
build:
|
|
image: default-bionic
|
|
nodes:
|
|
analysis:
|
|
tests:
|
|
override:
|
|
- php-scrutinizer-run |