From 6332863fe4fe654295024e7d51ca014026a112ac Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Tue, 25 Feb 2014 16:04:20 +0000 Subject: [PATCH] Enabling emails for PHPCI build failures --- phpci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpci.yml b/phpci.yml index b1e04084..e0aaf729 100644 --- a/phpci.yml +++ b/phpci.yml @@ -11,3 +11,8 @@ test: php_code_sniffer: standard: "PSR2" php_loc: + +failure: + email: + committer: true + cc: [php-ci@googlegroups.com] \ No newline at end of file