diff options
-rw-r--r-- | .travis.yml | 5 |
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 |