diff options
author | raveit65 <[email protected]> | 2021-08-04 15:03:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 15:03:10 +0200 |
commit | fe45c40df386c1a5873eb017866ba2382e539281 (patch) | |
tree | 4ae1c4970b19906ea4ce4840f617b52ce82fb5e8 /.travis.yml | |
parent | b519f3fffcaaceb4cb4c13f39839d80c93f1db02 (diff) | |
download | mate-icon-theme-fe45c40df386c1a5873eb017866ba2382e539281.tar.bz2 mate-icon-theme-fe45c40df386c1a5873eb017866ba2382e539281.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 5510b59..e42f4b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-icon-theme" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |