From cfc6ecc908d102e7886d37ea1f64dd7ec6e2c047 Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 27 Nov 2017 16:53:59 +0100 Subject: [PATCH] travis: only notify when a build starts failing, not every time --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index b57f925..e88fe2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,7 @@ script: python setup.py pytest after_script: codecov cache: pip + +notifications: + email: + on_failure: change