From 2c88b4770faa10b444f58b871864f7c2d2f74109 Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Tue, 7 Aug 2018 13:46:11 -0500 Subject: [PATCH] Added Travis Discord Bot (#383) --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 53a04a7b1e..0cc006fef0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,6 +83,15 @@ matrix: notifications: email: false + after_success: + - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh + - chmod +x send.sh + - ./send.sh success $WEBHOOK_URL + after_failure: + - wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh + - chmod +x send.sh + - ./send.sh failure $WEBHOOK_URL + - language: node_js os: linux env: