diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2012-05-31 15:57:28 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2012-05-31 15:57:28 -0500 |
commit | cae9244241d7e3f65db61412fe5f2487daeabd0a (patch) | |
tree | 2dac3a11ed17d85f08932d8f95d8bad12075d627 /.travis.yml | |
parent | 5bb65e69ca0adb3e26ba957f5edf3ec60970a0fe (diff) | |
download | cffi-cae9244241d7e3f65db61412fe5f2487daeabd0a.tar.gz |
disable emails
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 6bd1bce..934e19e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,6 @@ install: - pip install . script: py.test notifications: + email: false irc: "irc.freenode.org#pypy" |