phpci/phpci.yml

26 lines
666 B
YAML
Raw Normal View History

build_settings:
2013-05-14 21:00:52 +02:00
verbose: false
ignore:
- "vendor"
- "Tests"
2013-10-10 02:01:06 +02:00
- "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)
2013-10-08 18:19:44 +02:00
irc:
server: "irc.freenode.net"
port: 6667
room: "#phpci"
nick: "phpcidev"
test:
php_mess_detector:
php_code_sniffer:
2013-05-17 18:50:27 +02:00
standard: "PSR2"
2013-10-08 17:29:23 +02:00
php_loc:
2013-10-08 18:19:44 +02:00
success:
irc:
2013-10-08 18:21:51 +02:00
message: "Build Success. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"
2013-10-08 18:19:44 +02:00
failure:
irc:
2013-10-08 18:21:51 +02:00
message: "Build Failed. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"