From c75e24ae4216b7eb162df8a845efa8ea0a0fe5ac Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 03:30:49 +1100 Subject: Update travis configuration with tikz package install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cba0e57..7273883 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3