Added texlive-latex-extra dependency to Travis, so that the PDFs can be built

This commit is contained in:
Georges Dupéron 2016-08-23 13:24:36 +02:00
parent 680f7a32f6
commit de7fa0e798

View File

@ -20,8 +20,8 @@ env:
# Supply more than one RACKET_VERSION (as in the example below) to # Supply more than one RACKET_VERSION (as in the example below) to
# create a Travis-CI build matrix to test against multiple Racket # create a Travis-CI build matrix to test against multiple Racket
# versions. # versions.
- RACKET_VERSION=6.0 #- RACKET_VERSION=6.0
- RACKET_VERSION=6.1 #- RACKET_VERSION=6.1
- RACKET_VERSION=6.1.1 - RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2 - RACKET_VERSION=6.2
- RACKET_VERSION=6.3 - RACKET_VERSION=6.3
@ -44,8 +44,8 @@ addons:
packages: packages:
#- asymptote #- asymptote
#- texlive-binaries #- texlive-binaries
- texlive-latex-base
- texlive-latex-recommended - texlive-latex-recommended
- texlive-latex-extra
- texlive-fonts-recommended - texlive-fonts-recommended
before_install: before_install: