diff options
author | raveit65 <[email protected]> | 2021-08-07 12:49:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-07 12:49:11 +0200 |
commit | cdb61cd0da33deda4c286cef62894f43efea3bf7 (patch) | |
tree | 3596afde4054efd0ae19bd1deefaa1bb83f077fe | |
parent | 299401ca861d02225f13ed1d9af3c4ae36359e2c (diff) | |
download | mate-applets-cdb61cd0da33deda4c286cef62894f43efea3bf7.tar.bz2 mate-applets-cdb61cd0da33deda4c286cef62894f43efea3bf7.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 5e198260..69b38459 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/mate-applets" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |