summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2012-06-16 17:33:41 +0100
committerNathaniel J. Smith <njs@pobox.com>2012-06-16 17:33:41 +0100
commitd129a54335eb7186a408404ad93b7fd63c6ea919 (patch)
treef81a6dd6f2b5640d5899428f6018f00278e1160e
parent27c7526c05ce50db2c56f53522051274ea390d07 (diff)
downloadnumpy-d129a54335eb7186a408404ad93b7fd63c6ea919.tar.gz
Disable email notifications from travis-ci for now
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dd2e88873..2c8e8850d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,4 +51,7 @@ script:
- python ../tools/test-installed-numpy.py
# - 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