revert accidental change to phpci.yml

This commit is contained in:
meadsteve 2013-11-29 10:12:22 +00:00
parent ee9871e4a8
commit 4b16077428

View file

@ -2,6 +2,7 @@ build_settings:
verbose: false verbose: false
ignore: ignore:
- "vendor" - "vendor"
- "Tests"
- "PHPCI/Command" # PHPMD complains about un-used parameters, but they are required. - "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) - "public/install.php" # PHPCS really doesn't like PHP mixed with HTML (and so it shouldn't)
irc: irc:
@ -12,15 +13,14 @@ build_settings:
test: test:
php_mess_detector: php_mess_detector:
phpunit: php_code_sniffer:
directory: standard: "PSR2"
"Tests/" php_loc:
success:
irc:
message: "Build Success. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"
#success: failure:
# irc: irc:
# message: "Build Success. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%" message: "Build Failed. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"
#failure:
# irc:
# message: "Build Failed. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"