From 31f8f965935d550e9f954b078d4a77b6116e9e94 Mon Sep 17 00:00:00 2001 From: Diullei Gomes Date: Sat, 23 Feb 2013 20:28:38 -0300 Subject: [PATCH] disable travis-ci email notifications --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2ba3f90b8..b30372ed1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ language: node_js node_js: - - 0.8 \ No newline at end of file + - 0.8 + +notifications: + email: false \ No newline at end of file