From 2074f7b3cc6d4b92b280f3be513c5bc3850d0691 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 7 Aug 2021 16:09:22 +0200 Subject: travis-Ci: add notification support --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9d1959b..a9171b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: (tag OR branch = master) AND + repo = mate-desktop/python-caja + channels: + - "irc.libera.chat#mate-dev" + template: + - "[%{repository_name}] %{author}: %{commit_subject}" + - "[%{branch}] %{commit} %{message} %{build_url}" + on_success: never + on_failure: always + deploy: - provider: pages edge: true -- cgit v1.2.1