filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: dependencies: before: - pecl install libsodium
filter: excluded_paths: - 'bin/*' checks: php: true javascript: true coding_style: php: spaces: around_operators: bitwise: false concatenation: true build: tests: override: - command: 'phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'