diff options
author | raveit65 <[email protected]> | 2021-08-04 15:36:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 15:36:19 +0200 |
commit | 43ffe298c9d2a080751ad54868da1dae62a573c7 (patch) | |
tree | a78ef929df067681d0dded1a78411ecefa43456c | |
parent | a9087141f538a1810350523da80f1b4202434bb9 (diff) | |
download | mate-media-43ffe298c9d2a080751ad54868da1dae62a573c7.tar.bz2 mate-media-43ffe298c9d2a080751ad54868da1dae62a573c7.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 fcf7c31..7008c37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-media" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |