diff options
author | raveit65 <[email protected]> | 2021-08-06 09:30:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-06 09:30:54 +0200 |
commit | 8d4f3ce7670c1b1f57f5c3c712197ca629bc551e (patch) | |
tree | fc71ea414a0e89ad0caff2f391940e6205aa6b54 /.travis.yml | |
parent | ebe35a941a54370938c8ebbe63497de579373a9b (diff) | |
download | mozo-8d4f3ce7670c1b1f57f5c3c712197ca629bc551e.tar.bz2 mozo-8d4f3ce7670c1b1f57f5c3c712197ca629bc551e.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 76c6367..cc33a70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ notifications: if: (tag OR branch = master) AND repo = mate-desktop/mozo channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |