From ec08fff3a788a2efa33cafdba77cf011a79999f3 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 13 Jan 2019 00:20:56 +0100 Subject: [PATCH] travis: enable Discord notification --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2c4efe8a65..c3991fbeb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,3 +54,8 @@ notifications: on_failure: always use_notice: true skip_join: false + webhooks: + urls: + - https://www.panda3d.org/webhooks/travis-ci.php + on_success: change + on_failure: always