diff options
author | raveit65 <[email protected]> | 2021-08-05 11:09:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 11:09:32 +0200 |
commit | 268d82388b1b5b530fb8e01dfc661660fddf3fdc (patch) | |
tree | 6f5a8adc7a14fd328d1713bed450ac6f16f02927 /.travis.yml | |
parent | 987c8913396769d30efeef0d0053e38ddad457ad (diff) | |
download | mate-settings-daemon-268d82388b1b5b530fb8e01dfc661660fddf3fdc.tar.bz2 mate-settings-daemon-268d82388b1b5b530fb8e01dfc661660fddf3fdc.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 acf9d75..fd66569 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-settings-daemon" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |