Migrate Scrutinizer to new PHP Analysis
See this article for details: https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/migrate_to_new_php_analysis Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
2634ceb35b
commit
3953e4aea1
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
before_commands:
|
before_commands:
|
||||||
- 'git submodule update --init --recursive'
|
- 'git submodule update --init --recursive'
|
||||||
|
|
||||||
|
build:
|
||||||
|
nodes:
|
||||||
|
analysis:
|
||||||
|
tests:
|
||||||
|
override:
|
||||||
|
- php-scrutinizer-run
|
||||||
|
|
||||||
checks:
|
checks:
|
||||||
php:
|
php:
|
||||||
excluded_dependencies:
|
excluded_dependencies:
|
||||||
|
|
Loading…
Reference in a new issue