summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-09-10 03:30:49 +1100
committerChristophe Roger <darwiinc@live.fr>2017-09-10 03:30:49 +1100
commitc75e24ae4216b7eb162df8a845efa8ea0a0fe5ac (patch)
treea80818e8adbcc618d9c8330744525dcd6053bd40
parent493ea3f11441f66769ddb14cad75bcc33084057c (diff)
downloadcv-c75e24ae4216b7eb162df8a845efa8ea0a0fe5ac.tar.gz
cv-c75e24ae4216b7eb162df8a845efa8ea0a0fe5ac.tar.bz2
cv-c75e24ae4216b7eb162df8a845efa8ea0a0fe5ac.tar.xz
cv-c75e24ae4216b7eb162df8a845efa8ea0a0fe5ac.zip
Update travis configuration with tikz package install
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: