From be4d8a10d149dbadbe022dfb6311ad7eb6843ce1 Mon Sep 17 00:00:00 2001 From: Faisal Salman Date: Tue, 4 Dec 2012 15:42:52 +0700 Subject: [PATCH] Turn off travis-ci notification if build success --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 12b2631..c09f750 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,7 @@ language: node_js node_js: - 0.8 - 0.6 +notifications: + email: + on_success: never + on_failure: always