aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-29 02:42:07 +0100
committercodl <[email protected]>2017-11-29 02:42:07 +0100
commite79987df2410ee32302abed9e486a72b2dfc9707 (patch)
treeb92d275a2b8cda23fb7ca69f1f5c026169e6357d
parentd41e4f42d5d3d222498c8f8b9a91c70b3c5a97e2 (diff)
downloadmastodon.py-e79987df2410ee32302abed9e486a72b2dfc9707.tar.gz
Revert "travis: only notify when a build starts failing, not every time"
This reverts commit cfc6ecc908d102e7886d37ea1f64dd7ec6e2c047.
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 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
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)