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.
This commit is contained in:
Rob Wu 2020-02-19 23:49:46 +01:00 committed by GitHub
parent b22e05870d
commit 2a4c9a8c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -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