Travis CI: enable irc notifications with broken builds

Pablo Barciela 2020-04-25 03:44:25 +02:00
parent d0cbaffa60
commit 47f8325d02
1 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,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 = master 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: pages - provider: pages
edge: true edge: true