TASK: Switch to new php scurtinizer engine

This commit is contained in:
Daniel Siepmann 2018-03-06 17:58:27 +01:00
parent 8d930448e0
commit 9a2d2734f2
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,3 +1,11 @@
build:
nodes:
analysis:
project_setup:
override: true
tests:
override: [php-scrutinizer-run]
filter:
excluded_paths:
- 'Configuration/*'
@ -19,7 +27,7 @@ tools:
php_hhvm:
enabled: true
config:
use_undeclared_constant: false
use_undeclared_constant: false
php_mess_detector:
enabled: true
@ -34,5 +42,5 @@ tools:
enabled: true
# We generate code coverage during tests at travis and will send them here
external_code_coverage:
runs: 2
timeout: 1200
runs: 2
timeout: 1200