2014-05-05 18:57:54 +07:00
|
|
|
filter:
|
|
|
|
|
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]
|
|
|
|
|
|
|
|
|
|
before_commands:
|
|
|
|
|
- "composer install --prefer-source --dev"
|
|
|
|
|
|
|
|
|
|
tools:
|
2014-05-06 16:53:15 +07:00
|
|
|
external_code_coverage:
|
2014-05-05 18:57:54 +07:00
|
|
|
enabled: true
|
2014-05-06 17:13:16 +07:00
|
|
|
timeout: 900
|
2014-05-06 16:53:15 +07:00
|
|
|
php_code_coverage:
|
|
|
|
|
enabled: false
|
2014-05-05 18:57:54 +07:00
|
|
|
test_command: phpunit -c phpunit.xml.dist
|
|
|
|
|
php_sim: true
|
|
|
|
|
php_pdepend: true
|
|
|
|
|
php_analyzer: true
|