[latex3-commits] [l3svn] 01/07: Remove year from TL structures (Travis-CI)

noreply at latex-project.org noreply at latex-project.org
Tue Jun 7 22:48:47 CEST 2016


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

joseph pushed a commit to branch master
in repository l3svn.

commit 5ef469934c0727cc86276cc8355445d001302b82
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 7 20:53:40 2016 +0100

    Remove year from TL structures (Travis-CI)
    
    This means we don't have to update the files for TL
    version, just clear the Travis-CI cache.
---
 .travis.yml             |    2 +-
 support/texlive.profile |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9420f8d..4a45a3b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ install:
 cache:
   directories:
     - /tmp/texlive
-    - $HOME/.texlive2015
+    - $HOME/.texlive
 
 script:
  - texlua build.lua check -q -H
diff --git a/support/texlive.profile b/support/texlive.profile
index 1b38d3b..1b4632a 100644
--- a/support/texlive.profile
+++ b/support/texlive.profile
@@ -1,10 +1,10 @@
 selected_scheme scheme-minimal
 TEXDIR /tmp/texlive
-TEXMFCONFIG ~/.texlive2015/texmf-config
+TEXMFCONFIG ~/.texlive/texmf-config
 TEXMFHOME ~/texmf
 TEXMFLOCAL /tmp/texlive/texmf-local
 TEXMFSYSCONFIG /tmp/texlive/texmf-config
 TEXMFSYSVAR /tmp/texlive/texmf-var
-TEXMFVAR ~/.texlive2015/texmf-var
+TEXMFVAR ~/.texlive/texmf-var
 option_doc 0
 option_src 0

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


More information about the latex3-commits mailing list