[latex3-commits] [l3svn] branch master updated: Set TL path only once
noreply at latex-project.org
noreply at latex-project.org
Sat Oct 3 15:28:57 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 0da6bc1 Set TL path only once
0da6bc1 is described below
commit 0da6bc1db59fe1dcc43f27d3cfb5c748321ce9c6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Oct 3 14:28:15 2015 +0100
Set TL path only once
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 90b01bb..95eb696 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
install:
- - sh ./support/texlive.sh
+ - source ./support/texlive.sh
cache:
directories:
@@ -7,7 +7,7 @@ cache:
- $HOME/.texlive2015
script:
- - export PATH=/tmp/texlive/bin/x86_64-linux:$PATH && texlua build.lua check -H
+ - texlua build.lua check -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