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

This commit is contained in:
Georges Dupéron 2016-08-23 13:06:36 +02:00
parent 15813a783d
commit 2fde3d59d9

View File

@ -44,6 +44,7 @@ addons:
packages: packages:
#- asymptote #- asymptote
#- texlive-binaries #- texlive-binaries
- texlive-base
before_install: before_install:
- git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket - git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket