diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 20:01:28 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 20:25:43 +0200 |
commit | 98624f4a35d4af48b38a0df1b40090f9e4c08ff5 (patch) | |
tree | c276f710dc80c1e319676b518c421959988444ca /.travis.yml | |
parent | 5471a79fc92949424ecf22ac00de5b867593c0e5 (diff) | |
download | mate-backgrounds-98624f4a35d4af48b38a0df1b40090f9e4c08ff5.tar.bz2 mate-backgrounds-98624f4a35d4af48b38a0df1b40090f9e4c08ff5.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 24272b9..e2fb241 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build meson --build scripts +notifications: + irc: + if: branch = master AND + repo = "mate-desktop/mate-backgrounds" + 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: script edge: true |