filter: paths: - ./* build: environment: php: version: '5.6' ini: 'memory_limit': '3G' tests: override: - command: 'bin/phpspec run -f progress -c phpspec-scrutinizer.yml' coverage: file: 'coverage.clover' format: 'php-clover' tools: php_analyzer: false php_mess_detector: filter: excluded_paths: - bin/* - spec/* - vendor/* php_code_sniffer: config: standard: PSR2 filter: excluded_paths: - bin/* - spec/* - vendor/* sensiolabs_security_checker: true php_cpd: filter: excluded_paths: - bin/* - spec/* - vendor/* php_loc: excluded_dirs: - app/ - bin/ - vendor/ - web/ php_pdepend: excluded_dirs: - app/ - bin/ - vendor/ - web/
# language: php # tests: true