diff options
author | Tad Fisher <tad@simple.com> | 2017-03-20 15:40:51 -0700 |
---|---|---|
committer | Tad Fisher <tad@simple.com> | 2017-03-20 15:40:51 -0700 |
commit | 10daa413b569eaac96c9dfe5ddefcf484afe547d (patch) | |
tree | ddfa805c7708a3571355b732ecb51393ba5da73e | |
parent | 56b9c3bccd00de530661943e1f7027c495a672a2 (diff) | |
download | pass-otp-10daa413b569eaac96c9dfe5ddefcf484afe547d.tar.gz pass-otp-10daa413b569eaac96c9dfe5ddefcf484afe547d.zip |
Throttle Travis notifications
-rw-r--r-- | .travis.yml | 7 |
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 |