summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2013-12-08 15:23:42 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2013-12-08 16:23:02 +0100
commit915dda710f3e1acb80bdcbfdaaf839968511cde7 (patch)
tree292cd5cc06fa4ba2ca84341281f0d513043e6b8a /.travis.yml
parentd2e676f1b814b215f765a7d77c691fb00e788591 (diff)
downloadnumpy-915dda710f3e1acb80bdcbfdaaf839968511cde7.tar.gz
MAINT: remove useless email notification in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index dada35b4e..bba6fcb37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,3 @@ script:
- python ../tools/test-installed-numpy.py --mode=full
# - coverage run --source=$INSTALLDIR --rcfile=../.coveragerc $(which python) ../tools/test-installed-numpy.py
# - coverage report --rcfile=../.coveragerc --show-missing
-notifications:
- # Perhaps we should have status emails sent to the mailing list, but
- # let's wait to see what people think before turning that on.
- email: false