aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorMikhail Galanin <mgalanin@mimecast.com>2018-09-25 17:02:22 +0100
committerMikhail Galanin <mgalanin@mimecast.com>2018-09-25 17:02:22 +0100
commit6373ec4b816d4c9c995b6b9c597d56d456e66cd2 (patch)
treec01d65e2bcf80a402c0879a7db7ac00f495c13c9 /.circleci
parentd659f9172326059539c99d315a91d48dc91fe1ed (diff)
downloadrspamd-6373ec4b816d4c9c995b6b9c597d56d456e66cd2.tar.gz
rspamd-6373ec4b816d4c9c995b6b9c597d56d456e66cd2.zip
[Minor] Notify coveralls when build is over
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 19a1c4a8e..390934e1a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -152,6 +152,10 @@ jobs:
- *restore_coverage_data
- *merge_and_upload_coverage_data
+notify:
+ webhooks:
+ - url: https://coveralls.io/webhook?repo_token={{ .Environment.COVERALLS_REPO_TOKEN }}
+
workflows:
version: 2
build-and-test: