diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-09-24 14:06:51 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-09-24 14:06:51 +0200 |
commit | 33b81fd2d30ad7d48513ac3cc89cea9a56736c7c (patch) | |
tree | 19f3472c83e194c4faa1349a7eed035015ffabe0 | |
parent | 5f9250171a10c0d7fff8ef98996ef678d3267c0b (diff) | |
download | hmacaroons-33b81fd2d30ad7d48513ac3cc89cea9a56736c7c.tar.gz hmacaroons-33b81fd2d30ad7d48513ac3cc89cea9a56736c7c.tar.zst hmacaroons-33b81fd2d30ad7d48513ac3cc89cea9a56736c7c.zip |
Enable gitter notifications for travis
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6866f86..8168736 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -2,7 +2,13 @@ | |||
2 | language: c | 2 | language: c |
3 | sudo: false | 3 | sudo: false |
4 | 4 | ||
5 | 5 | notifications: | |
6 | webhooks: | ||
7 | urls: | ||
8 | - https://webhooks.gitter.im/e/5dfabef9855765e0c386 | ||
9 | on_success: change | ||
10 | on_failure: always | ||
11 | on_start: never | ||
6 | 12 | ||
7 | cache: | 13 | cache: |
8 | directories: | 14 | directories: |