diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-02 05:51:05 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-02 05:51:05 -0800 |
commit | 25f7dab5a58fca12e4a0bf4151e5eb8f9a52e1b6 (patch) | |
tree | 02325e18dceaf64f7248ce98188b5c37f1fcdbff /.travis.yml | |
parent | c4517524fb8020c07bd08c2a51144e8996151d43 (diff) | |
download | wee-slack-25f7dab5a58fca12e4a0bf4151e5eb8f9a52e1b6.tar.gz |
disable email notification
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index af91796..6739e1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ script: python -m pytest notifications: irc: "chat.freenode.net#wee-slack-dev" + email: false |