From fc4f43388e2f2033e65c2440e3856bc994622128 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Sat, 23 May 2020 11:44:21 +0900 Subject: [PATCH] install platex --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1dfbb2ad..3cf4dd5f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ script: # Test doc generation - if [ "$BUILD_DOC" == "true" ]; then sudo apt-get install -y -qq git make gcc g++ libjpeg-dev libxext-dev libx11-dev libgl1-mesa-dev libglu1-mesa-dev libpq-dev libpng-dev xfonts-100dpi xfonts-75dpi pkg-config libbullet-dev; fi - if [ "$BUILD_DOC" == "true" ]; then make; fi - - if [ "$BUILD_DOC" == "true" ]; then sudo apt-get install -y -qq texlive-binaries texlive-lang-cjk poppler-utils nkf latex2html; fi + - if [ "$BUILD_DOC" == "true" ]; then sudo apt-get install -y -qq texlive-binaries texlive-lang-cjk texlive-lang-japanese poppler-utils nkf latex2html; fi - if [ "$BUILD_DOC" == "true" ]; then (source bashrc.eus; cd doc/; make pdf); fi - if [ "$BUILD_DOC" == "true" ]; then (source bashrc.eus; cd doc/; make html); fi after_failure: