phpci/phpci.yml
2013-11-28 21:18:11 +00:00

26 lines
630 B
YAML

build_settings:
verbose: false
ignore:
- "vendor"
- "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:
server: "irc.freenode.net"
port: 6667
room: "#phpci"
nick: "phpcidev"
test:
php_mess_detector:
phpunit:
directory:
"Tests/"
#success:
# irc:
# message: "Build Success. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"
#failure:
# irc:
# message: "Build Failed. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%"