diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 00:14:57 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 00:58:34 +0200 |
commit | d600d8a8d3e5a019db120f20a9da8a1891bb6728 (patch) | |
tree | bc73580bed75fe79235eaa8be2e7a772d91853ed | |
parent | 1fa3024660d06f3718ce053be8b36f070bf92e8a (diff) | |
download | marco-d600d8a8d3e5a019db120f20a9da8a1891bb6728.tar.bz2 marco-d600d8a8d3e5a019db120f20a9da8a1891bb6728.tar.xz |
Travis CI: enable irc notifications with broken builds
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 36e2770e..ed7d93ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts --build meson +notifications: + irc: + if: branch = "1.24" AND + repo = mate-desktop/marco + 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 |