From 4b16077428e8e67f3af720feac5406694076a4dd Mon Sep 17 00:00:00 2001 From: meadsteve Date: Fri, 29 Nov 2013 10:12:22 +0000 Subject: [PATCH] revert accidental change to phpci.yml --- phpci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/phpci.yml b/phpci.yml index 52b13952..42b2dba3 100644 --- a/phpci.yml +++ b/phpci.yml @@ -2,6 +2,7 @@ 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: @@ -12,15 +13,14 @@ build_settings: test: php_mess_detector: -phpunit: - directory: - "Tests/" + php_code_sniffer: + standard: "PSR2" + php_loc: +success: + irc: + message: "Build Success. %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%" \ No newline at end of file +failure: + irc: + message: "Build Failed. %PROJECT_TITLE% - %COMMIT% - %BUILD_URI%" \ No newline at end of file