From 4bbfdeb9f817d3b9aa2449a583a124578d729a78 Mon Sep 17 00:00:00 2001 From: yunlzheng Date: Fri, 13 Mar 2020 13:29:34 +0800 Subject: [PATCH] ci: add travis ci notification. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 86a132a..f6abcd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,7 @@ deploy: skip_cleanup: true draft: true on: - tags: true \ No newline at end of file + tags: true + +notifications: + webhooks: $DINGTALK_WEBHOOK \ No newline at end of file