diff options
-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 |