Browse Source

Merge pull request #11891 from stweil/scrutinizer

Migrate Scrutinizer to new PHP Analysis
tags/v15.0.0beta1
Morris Jobke 5 years ago
parent
commit
37718ddc0a
No account linked to committer's email address
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      .scrutinizer.yml

+ 7
- 0
.scrutinizer.yml View File

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…
Cancel
Save