build: nodes: analysis: cache: directories: - vendor/ - ~/.composer/cache/ project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - js-scrutinizer-run test: cache: directories: - vendor/ - ~/.composer/cache/ tests: override: - command: vendor/bin/simple-phpunit --coverage-clover=coverage coverage: file: coverage format: clover checks: php: true javascript: true coding_style: php: spaces: around_operators: concatenation: true filter: excluded_paths: - 'tests/' paths: - 'src/TinyPngBundle/' dependency_paths: - 'vendor/'