diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-09-07 13:56:35 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-09-07 15:18:00 +0200 |
commit | 8d109df851c0fe83868cacab58fa6557d99b52b7 (patch) | |
tree | 0a510f608bfd4e684143d60e07705a37dfd3f2a2 /.scrutinizer.yml | |
parent | 17476f4d8d6eaf03c17870c81181dda337ded844 (diff) | |
download | wallabag-8d109df851c0fe83868cacab58fa6557d99b52b7.tar.gz wallabag-8d109df851c0fe83868cacab58fa6557d99b52b7.tar.zst wallabag-8d109df851c0fe83868cacab58fa6557d99b52b7.zip |
Jump to the new Scrutinizer PHP analysis engine
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index dee92922..194297f6 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml | |||
@@ -26,3 +26,18 @@ tools: | |||
26 | checks: | 26 | checks: |
27 | php: | 27 | php: |
28 | code_rating: true | 28 | code_rating: true |
29 | |||
30 | # use the new PHP analysis engine | ||
31 | # https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/migrate_to_new_php_analysis | ||
32 | build: | ||
33 | nodes: | ||
34 | analysis: | ||
35 | tests: | ||
36 | override: | ||
37 | - php-scrutinizer-run | ||
38 | |||
39 | dependencies: | ||
40 | override: | ||
41 | - npm install -g 'yarn' | ||
42 | - yarn install --force | ||
43 | - COMPOSER_MEMORY_LIMIT=-1 composer install -o --no-interaction --no-progress --prefer-dist | ||