diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 19:58:57 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 20:21:29 +0200 |
commit | d4b0c38f8292c7a10b9c126a1fa540f5733145b6 (patch) | |
tree | 79724ab0e6033cfcd67fb25c392354c1e41ba294 /.travis.yml | |
parent | 6c047873b96b2045487844dcccf0e390516be72d (diff) | |
download | mate-applets-d4b0c38f8292c7a10b9c126a1fa540f5733145b6.tar.bz2 mate-applets-d4b0c38f8292c7a10b9c126a1fa540f5733145b6.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 c316da6a..91ddf385 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-applets" + 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 |