[latex3-commits] [l3svn] branch master updated: Halt on first failure for automated tests

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 19:21:35 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  0ba5eef   Halt on first failure for automated tests
0ba5eef is described below

commit 0ba5eef70c2078f25c39be19ca2183535ee9aa11
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 18:20:37 2015 +0100

    Halt on first failure for automated tests
    
    Something's still not right at the Travis end but further
    fixing needs a local set up matching theirs.
    
    Note I've allowed here for a multi-part test.
---
 .travis.yml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e8b5622..e610fa8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,5 @@ addons:
 
 install: true
 
-script: texlua build.lua check -e pdftex
+script:
+ - texlua build.lua check -e pdftex -H

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


More information about the latex3-commits mailing list