From b615ea34d81f426b0b3e2e4f3ffd9b1da34d9b36 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Thu, 16 Apr 2015 10:25:33 +0200 Subject: travis: don't send email notifications I never received any email from travis and actually don't want to. Thus, I'm removing my email address from the notification list. Signed-off-by: David Wagner --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b50a84b..96a10bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,5 @@ after_success: --gcov-options '\--long-file-names --preserve-paths' notifications: - email: - - david.wagner@intel.com irc: - "chat.freenode.net#parameter-framework" -- cgit v1.1