[latex3-commits] [l3svn] 02/02: Add installation of TL to Travis script

noreply at latex-project.org noreply at latex-project.org
Wed Sep 23 21:47:29 CEST 2015


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

joseph pushed a commit to branch master
in repository l3svn.

commit 82679553f2ed93f3800307869af4b5020152b36e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 23 20:47:15 2015 +0100

    Add installation of TL to Travis script
---
 .travis.yml |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e610fa8..fd9a0cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,7 @@
-addons:
-  apt:
-    packages:
-    - texlive
+before_install:
+ - . sh ./texlive.sh
 
 install: true
 
 script:
- - texlua build.lua check -e pdftex -H
+ - texlua build.lua check -H

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


More information about the latex3-commits mailing list