IRC/ML notifications for Travis CI.

This commit is contained in:
David Nadlinger
2012-09-16 22:19:04 +02:00
parent 165e0ef3c6
commit 0e6639f6be

View File

@@ -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