diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 20:07:07 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 20:37:59 +0200 |
commit | caa7430542bac23ba0b13ed3325ad8b1732495f4 (patch) | |
tree | e551f12c29b179d04832a52621c845632c77dc11 | |
parent | 669775531161c8d38dcd5bdffe62455d9aba2db2 (diff) | |
download | mate-control-center-caa7430542bac23ba0b13ed3325ad8b1732495f4.tar.bz2 mate-control-center-caa7430542bac23ba0b13ed3325ad8b1732495f4.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 c316da6a..5d00a3a1 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-control-center" + 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 |