diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 20:03:32 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 20:28:44 +0200 |
commit | 72e7621606a8bce6be18998d8eca36d463299be1 (patch) | |
tree | 280bdb9221cd29fc4625b6eba83051c035a2ee52 /.travis.yml | |
parent | 3bd53f145cbf6b875a1ea02c32dc414ec540bd48 (diff) | |
download | mate-calc-72e7621606a8bce6be18998d8eca36d463299be1.tar.bz2 mate-calc-72e7621606a8bce6be18998d8eca36d463299be1.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 9deeeec..1551609 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-calc" + 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 |