diff options
author | raveit65 <[email protected]> | 2021-08-05 09:46:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 09:46:07 +0200 |
commit | 8b0ec6eacc32cd69db52f3e31bc9e4988c45fce1 (patch) | |
tree | 01bd44bb70b696f0fbe14d11aa07596b19d3ae66 | |
parent | 28441c8493a5b05355f9883ea0e40b8c3b812699 (diff) | |
download | mate-sensors-applet-8b0ec6eacc32cd69db52f3e31bc9e4988c45fce1.tar.bz2 mate-sensors-applet-8b0ec6eacc32cd69db52f3e31bc9e4988c45fce1.tar.xz |
travis-Ci: use libera.chat as notification server
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 67d59fa..b659608 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-sensors-applet" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |