diff options
author | raveit65 <[email protected]> | 2021-08-04 14:30:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 17:26:50 +0200 |
commit | 8530cf85e914e920f3dff84de983439b80b3bfce (patch) | |
tree | 424277f317434222f6eb35c3dda2d10ba3d99b20 | |
parent | aa520fb08869e4f9751ef86d769712f03e69f820 (diff) | |
download | caja-8530cf85e914e920f3dff84de983439b80b3bfce.tar.bz2 caja-8530cf85e914e920f3dff84de983439b80b3bfce.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 10e0c805..2b5f3816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ notifications: if: (tag OR branch = master) AND repo = mate-desktop/caja channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |