diff options
author | raveit65 <[email protected]> | 2021-08-04 10:21:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 10:21:54 +0200 |
commit | 7b749c7bfef1585bf6aaeacb113ebbf1a5d95963 (patch) | |
tree | 81405c0b86ba3eb55839c3eb74ebcad53fc09fb9 /.travis.yml | |
parent | 5e23b09ac68328f2cc2ca40e354e16270fd439c4 (diff) | |
download | mate-backgrounds-7b749c7bfef1585bf6aaeacb113ebbf1a5d95963.tar.bz2 mate-backgrounds-7b749c7bfef1585bf6aaeacb113ebbf1a5d95963.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 5b04978..ee55926 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-backgrounds" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |