From cd15a435242b24bf08cbb3451748ae2e8c3e6890 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Sat, 7 Dec 2019 19:40:28 +0100 Subject: [PATCH] use docker-image with latex installed --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1bd6d03c..a12b3c4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,13 @@ addons: - xvfb sudo: required + +services: + - docker + before_install: + - echo "**** pulling Docker image" + - docker pull tkpapp/texlive-julia-minimal - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./test/install_wkhtmltoimage.sh ; fi