From de8939771f26bbee590a54a329a28f17d0b4473f Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 23 Jun 2016 17:11:47 +0200 Subject: [PATCH] Disable Travis Email notifications There are so many of them that they are just annoyting and for some reason there isn't feature of telling Travis not to send notifications to me. License: MIT Signed-off-by: Jakub Sztandera --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3de3336bbe9..ca4aeceb106 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ # dist: trusty # KVM Setup +notifications: + email: false + os: - linux - osx