From 74c752c3ce2e1b45c9aa0f044aa6d234c12b394c Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 1 Sep 2016 22:02:01 +0200 Subject: [PATCH] CircleCI hook for Gitter notification --- circle.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..1b4e51f --- /dev/null +++ b/circle.yml @@ -0,0 +1,6 @@ +notify: + webhooks: + # A list of hook hashes, containing the url field + # gitter hook + - url: https://webhooks.gitter.im/e/2d81eb1ae7695fdc82c4 +