[tor-commits] [ooni-probe/master] Add IRC travis build notifications
art at torproject.org
art at torproject.org
Fri Nov 20 14:42:01 UTC 2015
commit 7eb2022821315a94baed956bf2d5e036b9537381
Author: anadahz <kojgelo at inbox.com>
Date: Tue Nov 17 20:14:03 2015 +0100
Add IRC travis build notifications
IRC build notifications will be send to channel #ooni (OFTC) triggered on build
success change and always on build failure
---
.travis.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index db639dd..f265676 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,3 +34,9 @@ script:
- sudo $(which coverage) run $(which trial) ooni
after_success:
- coveralls
+notifications:
+ irc:
+ channels:
+ - "irc.oftc.net#ooni"
+ on_success: change
+ on_failure: always
More information about the tor-commits
mailing list