diff options
author | Pablo Barciela <[email protected]> | 2020-04-22 19:22:04 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-22 19:47:01 +0200 |
commit | 843f3189befc318020b8a55147d38a5afe291e37 (patch) | |
tree | 3fa511af9f6375a7fd247536ce60ed4daeae36fc | |
parent | 022b9a0e9ed200804055cda51944eee43d449b03 (diff) | |
download | pluma-843f3189befc318020b8a55147d38a5afe291e37.tar.bz2 pluma-843f3189befc318020b8a55147d38a5afe291e37.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 3ea4e804..b087f38c 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/pluma + 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: pages edge: true |