From 9c2f41487a51c09f4f157d5f886f75c15c8db830 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 2 May 2014 14:03:22 +0100 Subject: [PATCH 1/3] Update phpci.yml --- phpci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpci.yml b/phpci.yml index 52330436..c53ea9b6 100644 --- a/phpci.yml +++ b/phpci.yml @@ -12,6 +12,7 @@ test: php_code_sniffer: standard: "PSR2" php_loc: + php_unit: failure: email: From fedbd446415dcb2b77f45d78bc08d03c7fea91e6 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 2 May 2014 14:18:01 +0100 Subject: [PATCH 2/3] Update phpci.yml --- phpci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpci.yml b/phpci.yml index c53ea9b6..2cdd1ee2 100644 --- a/phpci.yml +++ b/phpci.yml @@ -6,6 +6,10 @@ build_settings: - "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) +setup: + composer: + action: "install" + test: php_mess_detector: allowed_warnings: 35 # Set max warnings at the current level - Disallow any further errors creeping in. From 327f38ec364d2e5b76ae3ac548a657eebfd516aa Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 2 May 2014 14:35:19 +0100 Subject: [PATCH 3/3] Update phpci.yml --- phpci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpci.yml b/phpci.yml index 2cdd1ee2..12e69667 100644 --- a/phpci.yml +++ b/phpci.yml @@ -12,7 +12,7 @@ setup: test: php_mess_detector: - allowed_warnings: 35 # Set max warnings at the current level - Disallow any further errors creeping in. + allowed_warnings: 32 # Set max warnings at the current level - Disallow any further errors creeping in. php_code_sniffer: standard: "PSR2" php_loc: