Explorar el Código

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 hace 5 años
padre
commit
3953e4aea1
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      .scrutinizer.yml

+ 7
- 0
.scrutinizer.yml Ver fichero

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

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

checks:
php:
excluded_dependencies:

Cargando…
Cancelar
Guardar