diff options
author | raveit65 <[email protected]> | 2021-08-03 22:35:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-03 22:35:53 +0200 |
commit | 363c3a804547b7706cf2bfc27cb693222e8bd269 (patch) | |
tree | 52b6d505cf46f5ab26d2d515d7c9c2fbd5ea27e7 /.travis.yml | |
parent | 827cde17aaff1d554d72bac3fe5ca6f730cf6f80 (diff) | |
download | eom-363c3a804547b7706cf2bfc27cb693222e8bd269.tar.bz2 eom-363c3a804547b7706cf2bfc27cb693222e8bd269.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 3587e71..ebb4fee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = mate-desktop/eom channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |