diff options
author | raveit65 <[email protected]> | 2021-08-05 09:21:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 09:21:49 +0200 |
commit | 8a6c806f2e86e06b938666beabf0e103a05bfb2f (patch) | |
tree | 4a8af5f94b40f6b95fefa4509d07df133beb035b | |
parent | a7a0c1cc6f76b2c5d844bbbd32dad70d4f7473e8 (diff) | |
download | mate-screensaver-8a6c806f2e86e06b938666beabf0e103a05bfb2f.tar.bz2 mate-screensaver-8a6c806f2e86e06b938666beabf0e103a05bfb2f.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 179322a..febbf52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-screensaver" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |