use docker-image with latex installed
This commit is contained in:
parent
3459bcd817
commit
cd15a43524
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user