From 499fac4d35dca56b4a6dc3c74eea7ff36e8d711a Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Thu, 30 May 2019 20:53:04 +0800 Subject: [PATCH] :green_heart: travis add dingding hook Former-commit-id: d9c181a957a7678824e6ceb22e0436566844f2b6 [formerly d9c181a957a7678824e6ceb22e0436566844f2b6 [formerly d9c181a957a7678824e6ceb22e0436566844f2b6 [formerly d9c181a957a7678824e6ceb22e0436566844f2b6 [formerly b8ff8721712f27b6b6728d42bba0a901da892943 [formerly 231c0edc64190bac7eb62a8e72edcae1e85b18f0]]]]] Former-commit-id: 64464838c2f998679867a989484128d166daeed8 Former-commit-id: b172cbe5a46537681e7dafa2149835f8173aac97 Former-commit-id: 12b476665637c430a4fe9cf801c60e65148c50bc [formerly a10d96249977b9a4df885dd7e55c8737f3273224] Former-commit-id: c3bb5f5c41b55735bfc349c8b36ae59bf893962c Former-commit-id: b3e8c80f46bdba527d5fd025b07abe2bc7ae46de Former-commit-id: 2113e73df076f65782cb3b3fc870efe8cd4657fc Former-commit-id: 2729d366e65284bbaa2689b6a477da7fbf50abe4 Former-commit-id: 580fe76d6d58e3ae71e54988533de3bca93219ba --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index de126200..9e4803ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: node_js node_js: stable +notifications: + webhooks: https://oapi.dingtalk.com/robot/send?access_token=a0918ec1b0461056fb9953fe2b03ecc3074a629e88992f327cc94bae93349e9e + cache: directories: - "node_modules"