commit bc62c2d9b28e763bf2aa7abba924782e545a8ae3 Author: anadahz kojgelo@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