Skip to content

Commit

Permalink
Add a check to CI that the narrow version also generates
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <[email protected]>
  • Loading branch information
david-a-wheeler committed Feb 2, 2019
1 parent 3880d67 commit fc72111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ dist: trusty
before_install:
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended
script:
# Make the narrow and normal width PDFs, fail if either fail to generate.
# We need to make the narrow one first, because it overwrites metamath.pdf.
- ./make-narrow
- ./generate-pdf
# deploy:
# provider: releases
Expand Down

0 comments on commit fc72111

Please sign in to comment.