diff --git a/.travis.yml b/.travis.yml index 33a6709..d97b819 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,3 +37,9 @@ install: script: - ./build.sh && make test + +notifications: + irc: 'chat.freenode.net#ag' + on_success: change + on_failure: always + use_notice: true