Travis CI: enable irc notifications with broken builds

Pablo Barciela 2020-04-25 03:45:19 +02:00
parent 25fdcc052c
commit 706daca5fc
1 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,18 @@ install:
script: script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
notifications:
irc:
if: branch = "1.24" AND
repo = "mate-desktop/mate-terminal"
channels:
- "irc.freenode.org#mate-dev"
template:
- "[%{repository_name}] %{author}: %{commit_subject}"
- "[%{branch}] %{commit} %{message} %{build_url}"
on_success: never
on_failure: always
deploy: deploy:
- provider: script - provider: script
edge: true edge: true