diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-02 05:45:59 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-02 05:45:59 -0800 |
commit | c4517524fb8020c07bd08c2a51144e8996151d43 (patch) | |
tree | 13e270abdc18eb6f88c96bac239af9c38721f7f2 | |
parent | d7041c04e8c4d1266f4445a0169bd85889ed69fe (diff) | |
download | wee-slack-c4517524fb8020c07bd08c2a51144e8996151d43.tar.gz |
move notifications
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 99e1a50..af91796 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,6 @@ install: - 'pip install websocket-client pytest' script: python -m pytest + +notifications: + irc: "chat.freenode.net#wee-slack-dev" |