From 68c364edb806c6f8819dc6b76e2f997a4ec5a8ea Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 30 Apr 2020 04:51:23 +0200 Subject: Travis CI: enable irc notifications with broken builds --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index 31ef220..9bbe390 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = "1.24" AND + repo = "mate-desktop/mate-screensaver" + channels: + - "irc.freenode.org#mate-dev" + template: + - "[%{repository_name}] %{author}: %{commit_subject}" + - "[%{branch}] %{commit} %{message} %{build_url}" + on_success: never + on_failure: always + deploy: - provider: script edge: true -- cgit v1.2.1