aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2017-03-20 15:50:05 -0700
committerGitHub <noreply@github.com>2017-03-20 15:50:05 -0700
commit09631269f910279405a6d32d19a3fee9cddcf5fd (patch)
treeddfa805c7708a3571355b732ecb51393ba5da73e /.travis.yml
parent28dcd9f1d55ea1f561b06ba73b36018c5feca522 (diff)
parent10daa413b569eaac96c9dfe5ddefcf484afe547d (diff)
Merge pull request #24 from tadfisher/travis
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