From faba7e8bf62cd71a5b2ffca3aa679816bd661ab8 Mon Sep 17 00:00:00 2001 From: The Code Destroyer Date: Sun, 18 Jan 2015 19:10:31 +0100 Subject: [PATCH] Disabled build email notifications --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c07d2c..021e75a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ node_js: before_install: npm install -g grunt-cli bower install: npm install before_script: bower install -after_script: grunt coveralls \ No newline at end of file +after_script: grunt coveralls +notifications: + email: false \ No newline at end of file