diff options
author | Pablo Barciela <[email protected]> | 2020-04-30 04:49:04 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-30 05:07:37 +0200 |
commit | e21739d33b90400dc29fbf971206782a4e622dd7 (patch) | |
tree | ff8772f799e5f9b5a0e29dd49a0218a58e4ce51b /.travis.yml | |
parent | 84b2c38bbba21203bbd3f5a41c24bca8546c3c5a (diff) | |
download | mate-screensaver-e21739d33b90400dc29fbf971206782a4e622dd7.tar.bz2 mate-screensaver-e21739d33b90400dc29fbf971206782a4e622dd7.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..5caf2c0 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-screensaver" + 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 |