diff options
author | Pablo Barciela <[email protected]> | 2020-04-22 01:28:22 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-22 01:43:52 +0200 |
commit | b07507f7f3f4d523d0f8df8d058c3b1b81494e46 (patch) | |
tree | bf36d8f546e37cb3f8cbe57efe34fbcbed007118 /.travis.yml | |
parent | 13ebc898f8f8714b1acd49d8d67907a75ece073e (diff) | |
download | mate-menus-b07507f7f3f4d523d0f8df8d058c3b1b81494e46.tar.bz2 mate-menus-b07507f7f3f4d523d0f8df8d058c3b1b81494e46.tar.xz |
Travis CI: enable irc notifications with broken builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3ea4e80..78b9e99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = master AND + repo = "mate-desktop/mate-menus" + 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 |