From 30bc071f613c2efb016acddc81ad87b00b579266 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 b3f1dd8d..d000a019 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