build: environment: php: version: 5.6.0 ini: 'date.timezone': 'America/New_York' tests: override: - command: 'phpunit' coverage: file: 'build/logs/clover.xml' format: 'php-clover' filter: excluded_paths: - "tests/" - "app/"
filter: excluded_paths: - 'app/*' - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: true