From 8fdf33416824ff8c83ca38eeb1d922945ff8a4ef Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 31 Oct 2017 12:37:53 +1030 Subject: [PATCH] Travis: turn off email notifications. Believe me Travis, I notice... Signed-off-by: Rusty Russell --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 721cbc62b..7433aa307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: c dist: trusty sudo: true +notifications: + email: false + env: - NO_VALGRIND=1 ARCH=32 DEVELOPER=1 - NO_VALGRIND=1 ARCH=64 DEVELOPER=1