From fd6a738ba6f053662774484058c316ef02c9b81e Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Sat, 22 Nov 2014 21:21:24 +1100 Subject: [PATCH] Dear travis, tell #ckan when we break things. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 88c94ed9fe..9539f0a021 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,11 @@ install: script: - CKAN/bin/ckan-validate $(find . -path ./CKAN -prune -o -name '*.ckan' -print) +notifications: + irc: + channels: + - "irc.esper.net#ckan" + on_success: change + on_failure: always + use_notice: true + skip_join: true