use docker-image with latex installed

This commit is contained in:
Simon Christ 2019-12-07 19:40:28 +01:00 committed by GitHub
parent 3459bcd817
commit cd15a43524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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