mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-21 13:36:11 +01:00
TASK: Switch to new php scurtinizer engine
This commit is contained in:
parent
8d930448e0
commit
9a2d2734f2
1 changed files with 11 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue