[latex3-commits] [l3svn] r6118 - Move CI deps to "install" line

noreply at latex-project.org noreply at latex-project.org
Tue Sep 29 18:26:10 CEST 2015


Author: joseph
Date: 2015-09-29 18:26:10 +0200 (Tue, 29 Sep 2015)
New Revision: 6118

Modified:
   trunk/.travis.yml
Log:
Move CI deps to "install" line

This may or may not work, but seems to be the model for
setting up caching.


Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2015-09-29 15:54:49 UTC (rev 6117)
+++ trunk/.travis.yml	2015-09-29 16:26:10 UTC (rev 6118)
@@ -1,8 +1,6 @@
-before_install:
+install:
  - sh ./texlive.sh
 
-install: true
-
 script:
  - export PATH=/tmp/texlive/bin/x86_64-linux:$PATH && texlua build.lua check -H
 



More information about the latex3-commits mailing list