Skip to content

Commit

Permalink
install platex
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed May 23, 2020
1 parent 079c792 commit fc4f433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fc4f433

Please sign in to comment.