diff --git a/.gitattributes b/.gitattributes index e07baacb4d..dfdf92e74b 100755 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ .gitattributes export-ignore .gitignore export-ignore .codeclimate.yml export-ignore +.flintci.yml export-ignore .scrutinizer.yml export-ignore .styleci.yml export-ignore .travis.yml export-ignore diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 895bb98c2a..7067a3a9c8 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,9 +1,17 @@ build: nodes: analysis: + project_setup: + override: true tests: override: - php-scrutinizer-run + tests: + override: + command: "php -v" + dependencies: + override: + - "php -v" resources: cpus: 1 environment: