diff options
author | raveit65 <[email protected]> | 2021-08-05 21:07:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 21:07:31 +0200 |
commit | 29cbb48348b3cba5d03be4632f0e321513b43d05 (patch) | |
tree | 24f1129be4e36c76ab9308f1ee33be8e27f36bc8 | |
parent | 198f334ccf4c8be03ba51146d293378da6d21f49 (diff) | |
download | mate-user-share-29cbb48348b3cba5d03be4632f0e321513b43d05.tar.bz2 mate-user-share-29cbb48348b3cba5d03be4632f0e321513b43d05.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 c681521..83eaacc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-user-share" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |