浏览代码

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>
tags/v15.0.0beta1
Stefan Weil 5 年前
父节点
当前提交
3953e4aea1
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      .scrutinizer.yml

+ 7
- 0
.scrutinizer.yml 查看文件

@@ -1,6 +1,13 @@
before_commands:
- 'git submodule update --init --recursive'

build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run

checks:
php:
excluded_dependencies:

正在加载...
取消
保存