build: environment: php: version: 5.6 tests: override: - command: 'phpunit --coverage-clover=embeddables-coverage' coverage: file: 'embeddables-coverage' format: 'clover'
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { } build: true