diff options
author | raveit65 <[email protected]> | 2021-08-04 14:30:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 14:30:22 +0200 |
commit | 3cb3c2df9288710996786f42704a8c99830776e7 (patch) | |
tree | 4c2f6d1cd07173f249bba3ab32308410bb502a2c | |
parent | c043100965092a74791bcd3ae7312e8b0942d475 (diff) | |
download | caja-3cb3c2df9288710996786f42704a8c99830776e7.tar.bz2 caja-3cb3c2df9288710996786f42704a8c99830776e7.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 250c83ce..45a002b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ notifications: if: (tag OR branch = master) AND repo = mate-desktop/caja channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |