diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..28afb6e --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,20 @@ +checks: + php: true + +coding_style: + php: { } + +filter: + excluded_paths: ["bin/*", "tests/*", "vendor/*"] + +build: + environment: + php: + version: "7.0.4" +# tests: +# override: +# - +# command: "php bin/phpunit -c phpunit.xml --colors=always --verbose --coverage-clover=coverage.xml" +# coverage: +# file: "coverage.xml" +# format: "php-clover"