From 915dda710f3e1acb80bdcbfdaaf839968511cde7 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sun, 8 Dec 2013 15:23:42 +0100 Subject: MAINT: remove useless email notification in .travis.yml --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1