diff options
author | raveit65 <[email protected]> | 2021-07-02 00:41:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-07-02 00:41:25 +0200 |
commit | 0e33cbf496a109e8035e2aed60da9543363b4a9c (patch) | |
tree | e7b6a4b8115f42fc44c037bd0dfad0f63d030f0b /.travis.yml | |
parent | 70f8c8a5b473ad4bea3ee853208de0cdddefd2c0 (diff) | |
download | mate-panel-0e33cbf496a109e8035e2aed60da9543363b4a9c.tar.bz2 mate-panel-0e33cbf496a109e8035e2aed60da9543363b4a9c.tar.xz |
travis-Ci: use libera.chat as notification server
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 78576228..e5249f0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-panel" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |