diff options
author | Pablo Barciela <[email protected]> | 2020-04-15 21:19:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-17 20:15:30 +0200 |
commit | 7544b888780db92d897a12a2af019a2928dd4e41 (patch) | |
tree | 36b2cfc47645b782906683762aefed7c5e05b2ff | |
parent | cbd52a4cbfedf4b77d1dfe3c5b57a7b4fb0bafb8 (diff) | |
download | engrampa-7544b888780db92d897a12a2af019a2928dd4e41.tar.bz2 engrampa-7544b888780db92d897a12a2af019a2928dd4e41.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 c316da6..c0c3088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = master AND + repo = mate-desktop/engrampa + channels: + - "irc.freenode.org#mate-dev" + template: + - "[%{repository_name}] %{author}: %{commit_subject}" + - "%{commit} %{message} %{build_url}" + on_success: never + on_failure: always + deploy: - provider: pages edge: true |