Skip to content

Commit

Permalink
Add texlive-fonts-extra package to travis
Browse files Browse the repository at this point in the history
This package is required for mathabx, which is included in the
header, but not acutally used in this document :-(
  • Loading branch information
HBadertscher committed Dec 22, 2017
1 parent 4071996 commit c6bc5ec
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
@@ -1,6 +1,6 @@
before_install:
- sudo apt-get update
- sudo apt-get install -y texlive-latex-extra texlive-lang-german texlive-math-extra
- sudo apt-get install -y texlive-latex-extra texlive-lang-german texlive-math-extra texlive-fonts-extra
script:
- pdflatex -interaction=nonstopmode ./PmSwEng.tex
- pdflatex -interaction=nonstopmode ./PmSwEng.tex
Expand Down

0 comments on commit c6bc5ec

Please sign in to comment.