Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-03-14 07:08:26 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-14 07:08:26 +0400
commitd78080b5ab4a26c3c8fc54465e5de1f4e2371e50 (patch)
treebd50b017cace9a832844a391ef8777a959dca81f /.travis.yml
parentd679dfbdfdb874af82b279829a319e44686ed161 (diff)
Disable piwik-builds emails for now, so the developer gets notified when breaking the build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 22ce91aceb..f64314362b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,5 +89,7 @@ notifications:
template:
- "%{repository} (%{commit}) : %{message} %{foo} "
- "Build details: %{build_url}"
- email:
- - piwik-builds@piwik.org
+ #email:
+ # if we specify piwik-builds@piwik.org then the developer doesn't get notified
+ # - piwik-builds@piwik.org
+ # this is a missing feature by Travis to notify both list and committer