From 2fde3d59d932fc85be63821517a4975864784f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 23 Aug 2016 13:06:36 +0200 Subject: [PATCH] Added texlive-base dependency to Travis, so that the PDFs can be built --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f61ac73e4..165ad06dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,7 @@ addons: packages: #- asymptote #- texlive-binaries + - texlive-base before_install: - git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket