diff options
author | raveit65 <[email protected]> | 2021-08-04 19:42:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 19:42:48 +0200 |
commit | 85df49e38c1120b753bfd9f4e4dac4cf830fcdc5 (patch) | |
tree | f15e3a0d67c72704ab6db470f399c6a6b4ddd6c2 | |
parent | 2e5c93fae3abf4a503bcd5778531cf22b7d3270a (diff) | |
download | mate-polkit-85df49e38c1120b753bfd9f4e4dac4cf830fcdc5.tar.bz2 mate-polkit-85df49e38c1120b753bfd9f4e4dac4cf830fcdc5.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 f820abd..26045cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-polkit" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |