aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-23 17:50:37 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-23 17:50:37 -0700
commitb36dadf267842fb2fad7596f90f8f0cd78ac4af5 (patch)
tree903d5210ff28d8be0aaa6360b84cdf1a90bb8811
parent96ef8d6535f6980e0ce667b7659747a98a875ab6 (diff)
downloadnng-b36dadf267842fb2fad7596f90f8f0cd78ac4af5.tar.gz
nng-b36dadf267842fb2fad7596f90f8f0cd78ac4af5.tar.bz2
nng-b36dadf267842fb2fad7596f90f8f0cd78ac4af5.zip
Add webhook for gitter notifications.
-rw-r--r--.circleci/config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2a2707c8..efe64900 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -65,3 +65,10 @@ workflows:
jobs:
- "clang - build, test"
- "gcc - build, test, coverage"
+
+notify:
+ webhooks:
+ # A list of hook hashes, containing the url field
+ # gitter hook
+ - url: ${GITTER_WEBHOOK}
+