From eb9689e09b6880c8b68b330aca61e306aa119196 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 10 Jul 2014 10:17:51 +0100 Subject: [PATCH] Enable email notifications from Travis CI http://docs.travis-ci.com/user/notifications/ > By default, email notifications will be sent to the committer and the commit author, if they are members of the repository (that is, they have push or admin permissions for public repositories, or if they have pull, push or admin permissions for private repositories). > > And it will by default send emails when, on the given branch: > > * a build was just broken or still is broken > * a previously broken build was just fixed --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2755774c02f..c9bea8fb896 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,6 @@ notifications: on_success: change on_failure: change use_notice: true - email: false branches: only: