diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 3f425840..00000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,20 +0,0 @@ -imports: -- javascript -- php - -filter: - excluded_paths: [ext/*/lib/*,ext/tagger/script.js,tests/*] - -build: - image: default-bionic - nodes: - analysis: - tests: - before: - - mkdir -p data/config - - cp tests/defines.php data/config/shimmie.conf.php - override: - - php-scrutinizer-run - -tools: - external_code_coverage: true