From 0e6639f6be5a260d6c4fc8a6b951b197a6947142 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sun, 16 Sep 2012 22:19:04 +0200 Subject: [PATCH] IRC/ML notifications for Travis CI. --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.travis.yml b/.travis.yml index bb9987a9..e8eedeea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,17 @@ before_script: script: - cmake -DD_VERSION=$DVER -DLLVM_CONFIG=/usr/bin/llvm-config-3.0 - make + +notifications: + email: + recipients: + - "ldc-dev@googlegroups.com" + on_success: never + on_failure: change + irc: + channels: + - "irc.freenode.org#ldc" + on_success: always + on_failure: always + use_notice: false + skip_join: true