diff options
author | raveit65 <[email protected]> | 2021-08-04 12:47:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 12:47:08 +0200 |
commit | 9bfa393279c821d6e2e20cac42583b787752e798 (patch) | |
tree | 43902371f03b701ea46e12c020079ed11b16b4ca | |
parent | 8dca108a6a4bed0b3411e41cb04b143c71036b67 (diff) | |
download | mate-calc-9bfa393279c821d6e2e20cac42583b787752e798.tar.bz2 mate-calc-9bfa393279c821d6e2e20cac42583b787752e798.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 f10edf6..22b2437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-calc" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |