[latex3-commits] [l3svn] branch master updated: Use -q option when running Travis-CI

noreply at latex-project.org noreply at latex-project.org
Fri May 20 09:34:05 CEST 2016


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  2b21e5a   Use -q option when running Travis-CI
2b21e5a is described below

commit 2b21e5ad6911f0065f065b57a3846887015091c9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri May 20 08:32:18 2016 +0100

    Use -q option when running Travis-CI
    
    There's no need to report DocStrip data here
---
 .travis.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 268725c..9420f8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ cache:
     - $HOME/.texlive2015
 
 script:
- - texlua build.lua check -H
+ - texlua build.lua check -q -H
 
 notifications:
   email:

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


More information about the latex3-commits mailing list