From cc41e1eac1c8f4246964489cbc707a1328dc890f Mon Sep 17 00:00:00 2001 From: ruibaby Date: Wed, 11 Dec 2019 23:27:34 +0800 Subject: [PATCH] feat: add notifications webhook for travis ci. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b3f1dd8d5..d000a0199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,6 @@ branches: only: - master - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ + +notifications: + webhooks: https://fathomless-fjord-24024.herokuapp.com/notify \ No newline at end of file