From 48e058ec03c9c7554cd69faacbd75ff42919ad42 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Fri, 27 Jan 2012 14:35:43 +0400 Subject: [PATCH] Add a note about why email notifications are disabled (for now) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6a2ce342..6768b880 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ language: java notifications: + # Email notifications are disabled to not annoy anybody. + # See http://about.travis-ci.org/docs/user/build-configuration/ to learn more + # about configuring notification recipients and more. email: false