[latex3-commits] [l3svn] branch master updated: Add auto-mail to commit list for failing build tests

noreply at latex-project.org noreply at latex-project.org
Thu Sep 24 18:41:59 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  9df184c   Add auto-mail to commit list for failing build tests
9df184c is described below

commit 9df184cf931bd45a2ffaaa79fc6f2291d55ab1e5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 24 17:41:42 2015 +0100

    Add auto-mail to commit list for failing build tests
---
 .travis.yml |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index db40cc3..bc2da38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,16 @@ script:
  - export PATH=/tmp/texlive/bin/x86_64-linux:$PATH && texlua build.lua check -H
 
 notifications:
+  email:
+    recipients:
+      - latex3-commits at tug.org
+    on_success: change
+    on_failure: always
+    on_start:   never
   webhooks:
     urls:
       - https://webhooks.gitter.im/e/4dd3d371c10f780ad0e0
-    on_success: change  # options: [always|never|change] default: always
-    on_failure: always  # options: [always|never|change] default: always
-    on_start: never     # options: [always|never|change] default: always
+    on_success: change
+    on_failure: always
+    on_start:   never
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list