From d129a54335eb7186a408404ad93b7fd63c6ea919 Mon Sep 17 00:00:00 2001 From: "Nathaniel J. Smith" Date: Sat, 16 Jun 2012 17:33:41 +0100 Subject: Disable email notifications from travis-ci for now --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1