diff options
author | raveit65 <[email protected]> | 2021-08-06 10:03:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-06 10:03:45 +0200 |
commit | 43b63f310b53105c6451f37042374303c430b668 (patch) | |
tree | 286c29bfefc33c54bfe8030a2e73e5395149cb0a /.travis.yml | |
parent | b76bad52c29eb36f4d45a41f3c46d0d6f7fbc177 (diff) | |
download | pluma-43b63f310b53105c6451f37042374303c430b668.tar.bz2 pluma-43b63f310b53105c6451f37042374303c430b668.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 017294e5..cac1fc9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ notifications: if: branch = master AND repo = mate-desktop/pluma channels: - - "irc.freenode.org#mate-dev" + - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" |