diff options
author | raveit65 <[email protected]> | 2021-08-05 18:03:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 18:03:42 +0200 |
commit | 7a5e522fcd17d727b8b1a36fcccc3e5b54890954 (patch) | |
tree | ec1ef32e6291b17ff33c7816a7df7df069840b61 | |
parent | ba0c61be3794ef40f542f0fa4de9432236de4cff (diff) | |
download | mate-terminal-7a5e522fcd17d727b8b1a36fcccc3e5b54890954.tar.bz2 mate-terminal-7a5e522fcd17d727b8b1a36fcccc3e5b54890954.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 84c6da3..922180a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-terminal" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |