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