mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-26 17:43:14 +01:00
IRC/ML notifications for Travis CI.
This commit is contained in:
14
.travis.yml
14
.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
|
||||
|
||||
Reference in New Issue
Block a user