diff options
author | raveit65 <[email protected]> | 2021-08-07 14:21:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-07 14:21:45 +0200 |
commit | 029c951ea4ac082dfdeddd3cf6ea4e89b713c5ed (patch) | |
tree | 8a796b0cbe5ec00d729bb92051360734f731dc22 | |
parent | e2f7cfd5fc808756a53c5efa306c657a75157362 (diff) | |
download | mate-netbook-029c951ea4ac082dfdeddd3cf6ea4e89b713c5ed.tar.bz2 mate-netbook-029c951ea4ac082dfdeddd3cf6ea4e89b713c5ed.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 d859929..f3b9fa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-netbook" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |