diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-22 22:05:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-22 22:05:18 +0100 |
commit | 275c0a7b8f3120d52e5c759a69211b35c4d2f230 (patch) | |
tree | 7d7913bc06637fc4bfafcf09a03ef3fd9cfc92c8 | |
parent | 934c7e2440b54491db377969e46e6b383dc67a8b (diff) |
enable travis notification
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 64a5ebc32..a410361a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: c +notifications: email: recipients: - wbx@openadk.org + on_success: always + on_failure: always git: depth: 3 matrix: |