From 2a4c9a8c79100ee7a303e572185ea6aeb8e75259 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Wed, 19 Feb 2020 23:49:46 +0100 Subject: [PATCH] chore: Remove IRC notification from Travis (#220) We moved from IRC to Matrix. ... but the project is stable with little new development so we can as well remove the notifications. --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55ea365..23054c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,16 +26,6 @@ services: ["xvfb"] after_script: npm run publish-coverage -notifications: - irc: - channels: - - irc.mozilla.org#webextensions - on_success: change - on_failure: always - use_notice: true - template: - - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (%{build_url})" - deploy: provider: npm email: addons-dev-automation+npm@mozilla.com