[latex3-commits] [LaTeX2e] 04/06: Travis-CI needs ec fonts

noreply at latex-project.org noreply at latex-project.org
Thu Nov 2 19:05:55 CET 2017


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

joseph pushed a commit to branch master
in repository LaTeX2e.

commit c79f955de7da9913338ba5671f30fd586e3e2659
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Nov 2 17:47:35 2017 +0000

    Travis-CI needs ec fonts
---
 support/texlive.sh |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/support/texlive.sh b/support/texlive.sh
index 153ccdf..f47794b 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -34,6 +34,10 @@ tlmgr install cm etex knuth-lib latex-bin tex tex-ini-files unicode-data \
 # warnings with some packages and errors with others
 tlmgr install metafont mfware
 
+# Other contrib packages: done as a block to avoid multiple calls to tlmgr
+tlmgr install   \
+  ec
+
 # Keep no backups (not required, simply makes cache bigger)
 tlmgr option -- autobackup 0
 

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


More information about the latex3-commits mailing list