aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-27 16:53:59 +0100
committercodl <[email protected]>2017-11-27 16:53:59 +0100
commitcfc6ecc908d102e7886d37ea1f64dd7ec6e2c047 (patch)
treeb6c7cb093f8c3d16ab0001f7660d34be43b62d9a
parent376c1927ba46742dde9b3be7f6c4436ae81ccbab (diff)
downloadmastodon.py-cfc6ecc908d102e7886d37ea1f64dd7ec6e2c047.tar.gz
travis: only notify when a build starts failing, not every time
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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
10after_script: codecov 10after_script: codecov
11 11
12cache: pip 12cache: pip
13
14notifications:
15 email:
16 on_failure: change
Powered by cgit v1.2.3 (git 2.41.0)