From fcdb8475bad2a7ce12d93608fa8c41080dd6bdfd Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 9 Mar 2016 10:55:26 +0200 Subject: [PATCH] Don't send an email on a successful build --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 92d0615e..94965df4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ node_js: - '5.6' - '4.3' - '0.12' +notifications: + email: + on_success: never + on_failure: always deploy: provider: npm email: