From 75c6d862ad27205d35a79a316d71bdf48453843a Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Fri, 7 Aug 2020 15:38:12 +0200 Subject: Travis CI: enable irc notifications with tagged commits --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index 537c2d7..dfafcbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build meson --build scripts +notifications: + irc: + if: (tag OR branch = master) AND + repo = mate-desktop/mozo + 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