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:
parent
b22e05870d
commit
2a4c9a8c79
10
.travis.yml
10
.travis.yml
|
@ -26,16 +26,6 @@ services: ["xvfb"]
|
||||||
|
|
||||||
after_script: npm run publish-coverage
|
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:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email: addons-dev-automation+npm@mozilla.com
|
email: addons-dev-automation+npm@mozilla.com
|
||||||
|
|
Loading…
Reference in New Issue