travis: Turn on email notifications
Because we do not use github for development anymore, but still for travis, we enable notifications so we know whether our builds succeed Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
dc49b2265c
commit
3a768b42de
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ addons:
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: always
|
||||||
|
on_failure: always
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- chat.freenode.net#imag
|
- chat.freenode.net#imag
|
||||||
|
|
Loading…
Reference in a new issue