filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: bitwise: false other: after_type_cast: false build: tests: override: - command: 'phpunit --coverage-clover=build/logs/clover.xml' coverage: file: 'build/logs/clover.xml' format: 'clover'
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: bitwise: false other: after_type_cast: false build: environment: php: '5.6.16' tests: override: - command: 'phpunit --coverage-clover=build/logs/clover.xml' coverage: file: 'build/logs/clover.xml' format: 'clover' dependencies: override: - php -d memory_limit=-1 /usr/bin/composer.phar install --no-interaction