diff options
author | raveit65 <[email protected]> | 2021-08-06 21:15:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-06 21:15:23 +0200 |
commit | cc03d41b8ff3636d8ef26f27baa2dbd9ded00519 (patch) | |
tree | 3b1fd25b80ef12f32423e7521c7c947f378e5062 /.travis.yml | |
parent | 05a180885c0df3d36132b3506ff02208e86a82f2 (diff) | |
download | caja-extensions-cc03d41b8ff3636d8ef26f27baa2dbd9ded00519.tar.bz2 caja-extensions-cc03d41b8ff3636d8ef26f27baa2dbd9ded00519.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 fd12334..32477ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/caja-extensions" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |