From f07dd73c962c25d5fe866b855c45e585aeb2301e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 23 Aug 2016 13:13:14 +0200 Subject: [PATCH] Added texlive-latex-recommended dependency to Travis, so that the PDFs can be built --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 165ad06dc..a307a0632 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,7 @@ addons: #- asymptote #- texlive-binaries - texlive-base + - texlive-latex-recommended before_install: - git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket @@ -62,8 +63,8 @@ before_script: script: - raco test -x -p scribble-math - scribble --pdf scribblings/scribble-math.scrbl + - raco setup --check-pkg-deps --pkgs scribble-math after_success: - - raco setup --check-pkg-deps --pkgs scribble-math - raco pkg install --deps search-auto cover cover-coveralls - raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .