diff options
author | Jack Lloyd <[email protected]> | 2016-10-24 14:32:03 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-10-24 14:36:05 -0400 |
commit | 10037fe08aafc88f332aaf1f702c5ab6405067ef (patch) | |
tree | 8a9670b84d7b55db48dc6acfc84d1e89051e9168 /.travis.yml | |
parent | b2b6bf6f57824eabd9617262f91d0d4f26d3b6e0 (diff) |
Add gitter.im hooks+link
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e7d9d1aa0..253744364 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,6 +100,11 @@ after_success: notifications: email: [email protected] + webhooks: + urls: + - https://webhooks.gitter.im/e/df1f750f4308f6b14c9a + on_start: never + git: depth: 5 |