diff options
author | raveit65 <[email protected]> | 2021-08-06 20:51:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-06 20:51:29 +0200 |
commit | 0bb988a1cc84386358e6887fe22472ecc1e6e910 (patch) | |
tree | 2624ee45eb8a081bc7c05795057585648b638ac4 | |
parent | 1dd58e57ff8d4faf7150a1cf9a0f5b1914966bbc (diff) | |
download | caja-dropbox-0bb988a1cc84386358e6887fe22472ecc1e6e910.tar.bz2 caja-dropbox-0bb988a1cc84386358e6887fe22472ecc1e6e910.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 ab4047b..3979e2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: (tag OR branch = master) AND repo = "mate-desktop/caja-dropbox" channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |