diff options
Diffstat (limited to '.travis.yml')
-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" |