Fix casing in LoggerConfig.
This commit is contained in:
parent
f1052443ab
commit
c8dc8a67b7
3 changed files with 15 additions and 15 deletions
20
phpci.yml
20
phpci.yml
|
|
@ -2,7 +2,6 @@ build_settings:
|
|||
verbose: false
|
||||
ignore:
|
||||
- "vendor"
|
||||
- "Tests"
|
||||
- "PHPCI/Command" # PHPMD complains about un-used parameters, but they are required.
|
||||
- "public/install.php" # PHPCS really doesn't like PHP mixed with HTML (and so it shouldn't)
|
||||
irc:
|
||||
|
|
@ -13,14 +12,15 @@ build_settings:
|
|||
|
||||
test:
|
||||
php_mess_detector:
|
||||
php_code_sniffer:
|
||||
standard: "PSR2"
|
||||
php_loc:
|
||||
phpunit:
|
||||
directory:
|
||||
"Tests/"
|
||||
|
||||
success:
|
||||
irc:
|
||||
message: "Build Success. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"
|
||||
|
||||
failure:
|
||||
irc:
|
||||
message: "Build Failed. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"
|
||||
#success:
|
||||
# irc:
|
||||
# message: "Build Success. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"
|
||||
|
||||
#failure:
|
||||
# irc:
|
||||
# message: "Build Failed. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"
|
||||
Loading…
Add table
Add a link
Reference in a new issue