From 6244782e8b8311a6fb63a10893ecd1699ca9ad44 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Mon, 3 Aug 2020 02:30:45 +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 9333738e..0d91ef37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: (tag OR branch = master) AND + repo = "mate-desktop/mate-utils" + 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: pages edge: true -- cgit v1.2.1