9 - 'src/Wallabag/*Bundle/Tests/*'
15 php_mess_detector: true
16 php_changetracking: true
17 php_code_sniffer: true
19 sensiolabs_security_checker: true
20 #external_code_coverage:
22 php_code_coverage: true
30 # use the new PHP analysis engine
31 # https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/migrate_to_new_php_analysis
41 - npm install -g 'yarn'
42 - yarn install --force
43 - COMPOSER_MEMORY_LIMIT=-1 composer install -o --no-interaction --no-progress --prefer-dist