diff options
author | raveit65 <[email protected]> | 2021-08-04 16:14:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 16:14:54 +0200 |
commit | 6ca8ff99b41d972e481f925cc70a842c58276e7f (patch) | |
tree | 4e47dd90225f839407ab0afdc88a73fc7bcfad17 | |
parent | 27c4a43c1552f832e9eaf18dee726c186fa7f661 (diff) | |
download | mate-menus-6ca8ff99b41d972e481f925cc70a842c58276e7f.tar.bz2 mate-menus-6ca8ff99b41d972e481f925cc70a842c58276e7f.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 c6a68d8..6940e3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-menus" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |