diff options
author | Tad Fisher <tadfisher@gmail.com> | 2017-03-20 15:50:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 15:50:05 -0700 |
commit | 09631269f910279405a6d32d19a3fee9cddcf5fd (patch) | |
tree | ddfa805c7708a3571355b732ecb51393ba5da73e | |
parent | 28dcd9f1d55ea1f561b06ba73b36018c5feca522 (diff) | |
parent | 10daa413b569eaac96c9dfe5ddefcf484afe547d (diff) | |
download | pass-otp-09631269f910279405a6d32d19a3fee9cddcf5fd.tar.gz pass-otp-09631269f910279405a6d32d19a3fee9cddcf5fd.zip |
Merge pull request #24 from tadfisher/travis
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 |