diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 16:02:23 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 16:02:23 +0100 |
commit | b7ffd9f2796a36183d4a0acd96ad697982415c6e (patch) | |
tree | 85ca2bb982248792591ff55eac41f5da686a1fed /.travis.yml | |
parent | 6e723140c20e172c633cf2718fe56eaeca48a6d8 (diff) | |
download | sbotools-b7ffd9f2796a36183d4a0acd96ad697982415c6e.tar.xz |
Add Travis CI IRC notifications
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fbce77f..bb55cb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ perl: sudo: required install: sudo bash t/travis-deps/install.sh script: t/travis.sh +notifications: + irc: "chat.freenode.net#sbotools" |