diff options
author | Pablo Barciela <[email protected]> | 2020-04-18 00:42:46 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-18 01:58:55 +0200 |
commit | 8ced6fc296152bc36ae6e01f678991d14d0c9fc5 (patch) | |
tree | 243632968f454eeb8789f4bd5b5aab7935daee69 | |
parent | 26e4415e68e41bcacc0ebdfc28c9a46e674bd290 (diff) | |
download | atril-8ced6fc296152bc36ae6e01f678991d14d0c9fc5.tar.bz2 atril-8ced6fc296152bc36ae6e01f678991d14d0c9fc5.tar.xz |
Travis CI: enable irc notifications with broken builds
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index af6b1130..d8d4ee31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = "1.24" AND + repo = mate-desktop/atril + 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 |