diff options
author | Pablo Barciela <[email protected]> | 2020-04-18 01:53:42 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-18 02:14:30 +0200 |
commit | 9cd55edc8599e04d58de131ff55923ce7691ea2b (patch) | |
tree | 21d647c0b03432b5cc9b71d4a73b07aee5f44b91 | |
parent | 3993f39ea706f3389d2cc241818d872d1f6ee4bf (diff) | |
download | caja-extensions-9cd55edc8599e04d58de131ff55923ce7691ea2b.tar.bz2 caja-extensions-9cd55edc8599e04d58de131ff55923ce7691ea2b.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..7e765c4 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/caja-extensions" + 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 |