From b8fafa48c7fa48c2bf4310eb459551a411fd4d1e Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Fri, 3 Oct 2014 16:39:15 -0400 Subject: [PATCH] Updated travis-ci config so notifictions are sent out on failed builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3a3680..0801452 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ script: - php bin/phpcs -n --standard=PSR1,PSR2 --report=full src/ notifications: - email: false + email: true