before_commands: - composer install checks: php: true filter: excluded_paths: - 'tests/*' - 'templates/*' build: environment: php: '5.6' tests: override: - command: 'phpunit --bootstrap vendor/autoload.php --coverage-clover=coverage-file tests' coverage: file: 'coverage-file' format: 'clover'
# language: php