]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Jump to the new Scrutinizer PHP analysis engine
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 7 Sep 2018 11:56:35 +0000 (13:56 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 7 Sep 2018 13:18:00 +0000 (15:18 +0200)
.scrutinizer.yml

index dee92922afd2b5d672789943e8e44439cdfefe6a..194297f672c4e4aacdc98da01d916d3076a50152 100644 (file)
@@ -26,3 +26,18 @@ tools:
 checks:
     php:
         code_rating: true
+
+# use the new PHP analysis engine
+# https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/migrate_to_new_php_analysis
+build:
+    nodes:
+        analysis:
+            tests:
+                override:
+                    - php-scrutinizer-run
+
+    dependencies:
+        override:
+            - npm install -g 'yarn'
+            - yarn install --force
+            - COMPOSER_MEMORY_LIMIT=-1 composer install -o --no-interaction --no-progress --prefer-dist