[latex3-commits] [l3svn] branch master updated: Add a Travis config file

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 18:16:42 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  198ed89   Add a Travis config file
198ed89 is described below

commit 198ed891b10f9cf0da3823c3902baeb69d93e831
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 17:14:52 2015 +0100

    Add a Travis config file
    
    The plan here is to see if we can get automated testing to work.
---
 .travis.yml |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1c4b161
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+before_install:
+ - sudo apt-get install -y texlive-basic
+
+install: true
+
+script: texlua build.lua check -e pdftex

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


More information about the latex3-commits mailing list