[latex3-commits] [l3svn] r6137 - Seems best to code in settings location

noreply at latex-project.org noreply at latex-project.org
Wed Sep 30 10:27:43 CEST 2015


Author: joseph
Date: 2015-09-30 10:27:43 +0200 (Wed, 30 Sep 2015)
New Revision: 6137

Modified:
   trunk/.travis.yml
Log:
Seems best to code in settings location

Reading the Travis docs, this will apply to any pull requests,
etc., whereas setting from the GUI won't.


Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2015-09-30 08:19:29 UTC (rev 6136)
+++ trunk/.travis.yml	2015-09-30 08:27:43 UTC (rev 6137)
@@ -4,7 +4,7 @@
 cache:
   directories:
     - /tmp/texlive
-    - $HOME/$TLSETTINGS
+    - $HOME/.texlive2015
 
 script:
  - export PATH=/tmp/texlive/bin/x86_64-linux:$PATH && texlua build.lua check -H



More information about the latex3-commits mailing list