aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTad Fisher <tad@simple.com>2017-03-20 15:40:51 -0700
committerTad Fisher <tad@simple.com>2017-03-20 15:40:51 -0700
commit10daa413b569eaac96c9dfe5ddefcf484afe547d (patch)
treeddfa805c7708a3571355b732ecb51393ba5da73e /.travis.yml
parent56b9c3bccd00de530661943e1f7027c495a672a2 (diff)
Throttle Travis notifications
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
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