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
This commit is contained in:
Simon Sapin 2014-07-10 10:17:51 +01:00
parent 360d5d01d8
commit eb9689e09b

View file

@ -24,7 +24,6 @@ notifications:
on_success: change
on_failure: change
use_notice: true
email: false
branches:
only: