From 8d344956260b2359637381cfab35b9470601cf1a Mon Sep 17 00:00:00 2001 From: AlexStocks <alexstocks@foxmail.com> Date: Tue, 21 Jan 2020 15:24:14 +0800 Subject: [PATCH] Add: travis dingding --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ea6b20355..707e64481 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,6 @@ script: after_success: - bash <(curl -s https://codecov.io/bash) + +notifications: + webhooks: https://oapi.dingtalk.com/robot/send?access_token=f5d6237f2c79db584e75604f7f88db1ce1673c8c0e98451217b28fde791e1d4f \ No newline at end of file -- GitLab