diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-01 22:00:52 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-01 22:00:52 +0200 |
commit | d3ae316677abeebc5de55f5d2858e517b78d4dea (patch) | |
tree | c70f3250bfdb1422fcaac9a6304b2534401918ff /.travis.yml | |
parent | cf3bfa9e17e38cb5adbc3e3451970333499cb744 (diff) | |
download | sbotools-d3ae316677abeebc5de55f5d2858e517b78d4dea.tar.xz |
Re-add irc notifications after merge
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 47dabf2..973dd20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,3 +27,9 @@ script: addons: artifacts: paths: "./cover_db.tar" +notifications: + irc: + channels: + - "chat.freenode.net#sbotools" + on_success: change + on_failure: change |