diff options
author | Pablo Barciela <[email protected]> | 2020-04-22 01:29:23 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-22 01:43:34 +0200 |
commit | 72ea2fd68957984060d45972b4bd4d382dd2c2e0 (patch) | |
tree | bd3df84f5bb800544037109da1b3d74ad99bf82d | |
parent | 3af726c6aab2b856da9263818cc55128b5e9fcfe (diff) | |
download | mate-menus-72ea2fd68957984060d45972b4bd4d382dd2c2e0.tar.bz2 mate-menus-72ea2fd68957984060d45972b4bd4d382dd2c2e0.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 31ef220..e0f896d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = "1.24" 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: script edge: true |