diff options
author | codl <[email protected]> | 2017-11-27 16:53:59 +0100 |
---|---|---|
committer | codl <[email protected]> | 2017-11-27 16:53:59 +0100 |
commit | cfc6ecc908d102e7886d37ea1f64dd7ec6e2c047 (patch) | |
tree | b6c7cb093f8c3d16ab0001f7660d34be43b62d9a | |
parent | 376c1927ba46742dde9b3be7f6c4436ae81ccbab (diff) | |
download | mastodon.py-cfc6ecc908d102e7886d37ea1f64dd7ec6e2c047.tar.gz |
travis: only notify when a build starts failing, not every time
-rw-r--r-- | .travis.yml | 4 |
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 | |||
10 | after_script: codecov | 10 | after_script: codecov |
11 | 11 | ||
12 | cache: pip | 12 | cache: pip |
13 | |||
14 | notifications: | ||
15 | email: | ||
16 | on_failure: change | ||