Travis CI: enable irc notifications with broken builds
parent
d0cbaffa60
commit
47f8325d02
12
.travis.yml
12
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue