[latex3-commits] [git/LaTeX3-latex3-latex2e] deploy: Ensure ghostscript is installed (eead4e11)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Oct 1 17:26:43 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : deploy
Link       : https://github.com/latex3/latex2e/commit/eead4e112d7abb8cf8cbd44cb672b339f8273acd

>---------------------------------------------------------------

commit eead4e112d7abb8cf8cbd44cb672b339f8273acd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Oct 1 16:26:43 2019 +0100

    Ensure ghostscript is installed


>---------------------------------------------------------------

eead4e112d7abb8cf8cbd44cb672b339f8273acd
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 057c4353..bb3bc5c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+before_install:
+ - sudo apt-get install ghostscript
+
 install:
  - source ./support/texlive.sh
 





More information about the latex3-commits mailing list