From 10daa413b569eaac96c9dfe5ddefcf484afe547d Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Mon, 20 Mar 2017 15:40:51 -0700 Subject: Throttle Travis notifications --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6a6070e..3fa7d7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,3 +27,10 @@ install: true script: - make lint - cd test && make all + +notifications: + email: + recipients: + - tadfisher@gmail.com + on_success: never + on_failure: always -- cgit v1.2.3