5 changed files with 9 additions and 49 deletions
@ -1,5 +1,5 @@
|
||||
# Tim's Todo |
||||
|
||||
[](https://travis-ci.org/timw4mail/tims-todo) |
||||
[](https://jenkins.timshomepage.net/job/todo/) |
||||
[](https://scrutinizer-ci.com/g/timw4mail/tims-todo/?branch=master) |
||||
[](https://scrutinizer-ci.com/g/timw4mail/tims-todo/?branch=master) |
@ -1,30 +0,0 @@
|
||||
build_settings: |
||||
verbose: true |
||||
ignore: |
||||
- "application/third_party" |
||||
- "web" |
||||
- "system" |
||||
- "third_party" |
||||
- "tests" |
||||
- "vendor" |
||||
- "migrations" |
||||
|
||||
setup: |
||||
composer: |
||||
action: "install" |
||||
env: |
||||
APPLICATION_ENV: "development" |
||||
# shell: |
||||
# - "cd %BUILD_PATH% && vendor/bin/phinx migrate -e testing" |
||||
|
||||
test: |
||||
php_unit: |
||||
config: 'tests/phpunit.xml' |
||||
run_from: 'tests' |
||||
php_mess_detector: |
||||
allowed_warnings: 10 |
||||
rules: |
||||
- "unusedcode" |
||||
- "naming" |
||||
# php_docblock_checker: |
||||
# php_loc: |
Loading…
Reference in new issue