From 3a768b42ded794199ca112a51a4e7259f5f37379 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 9 Aug 2018 22:49:21 +0200 Subject: 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 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4a95f83e..09183bde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,8 @@ addons: notifications: email: - on_success: never + on_success: always + on_failure: always irc: channels: - chat.freenode.net#imag -- cgit v1.2.3