From 31a4a821dd51861813ae49b4f2ba7b21d2cbc6d2 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 18 Apr 2020 01:06:20 +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 bde1d3b1..c8187d09 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: branch = master AND + repo = mate-desktop/caja + 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