travis: only notify when a build starts failing, not every time

This commit is contained in:
codl 2017-11-27 16:53:59 +01:00
parent 376c1927ba
commit cfc6ecc908
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A

View File

@ -10,3 +10,7 @@ script: python setup.py pytest
after_script: codecov after_script: codecov
cache: pip cache: pip
notifications:
email:
on_failure: change