diff --git a/phpci.yml b/phpci.yml index 42b2dba3..b1e04084 100644 --- a/phpci.yml +++ b/phpci.yml @@ -5,22 +5,9 @@ build_settings: - "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: - server: "irc.freenode.net" - port: 6667 - room: "#phpci" - nick: "phpcidev" test: php_mess_detector: php_code_sniffer: standard: "PSR2" php_loc: - -success: - irc: - message: "Build Success. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%" - -failure: - irc: - message: "Build Failed. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%" \ No newline at end of file