From e79987df2410ee32302abed9e486a72b2dfc9707 Mon Sep 17 00:00:00 2001 From: codl Date: Wed, 29 Nov 2017 02:42:07 +0100 Subject: [PATCH] Revert "travis: only notify when a build starts failing, not every time" This reverts commit cfc6ecc908d102e7886d37ea1f64dd7ec6e2c047. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b21a4b3..25f9236 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,3 @@ script: python setup.py pytest after_script: codecov cache: pip - -notifications: - email: - on_failure: change