Query/phpci.yml

22 lines
397 B
YAML
Raw Normal View History

2014-07-11 11:31:29 -04:00
build_settings:
verbose: true
ignore:
- "tests"
setup:
env:
PHPCI: true
test:
php_unit:
2014-07-14 15:17:16 -04:00
config: 'tests/phpunit.xml'
2014-07-11 11:31:29 -04:00
run_from: 'tests'
2014-07-14 15:17:16 -04:00
#args: ' --debug '
2014-07-11 11:31:29 -04:00
coverage: '../coverage/'
php_docblock_checker:
allowed_warnings: 0
skip_classes: true
php_loc:
php_mess_detector:
allow_failures: true
2014-07-11 11:31:29 -04:00
complete: