[latex3-commits] [l3svn] r6119 - Test CI caching

noreply at latex-project.org noreply at latex-project.org
Tue Sep 29 18:30:24 CEST 2015


Author: joseph
Date: 2015-09-29 18:30:24 +0200 (Tue, 29 Sep 2015)
New Revision: 6119

Modified:
   trunk/.travis.yml
Log:
Test CI caching


If this works then it will need to be disabled whenever additional
contrib material is added to the test rig. I'll add some notes on
that once the position is clear.


Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2015-09-29 16:26:10 UTC (rev 6118)
+++ trunk/.travis.yml	2015-09-29 16:30:24 UTC (rev 6119)
@@ -1,6 +1,10 @@
 install:
  - sh ./texlive.sh
 
+cache:
+  directories:
+    - /tmp/texlive
+
 script:
  - export PATH=/tmp/texlive/bin/x86_64-linux:$PATH && texlua build.lua check -H
 



More information about the latex3-commits mailing list