summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-09-10 03:19:41 +1100
committerChristophe Roger <darwiinc@live.fr>2017-09-10 03:19:41 +1100
commit195d117d14604df753e70bb278ad2d66db38c95c (patch)
tree6d49fe66864df2091c17ba8083e35610ef1f6c4b
parent97b20c82439a9f53c6c435ff373174d600dce672 (diff)
downloadcv-195d117d14604df753e70bb278ad2d66db38c95c.tar.gz
cv-195d117d14604df753e70bb278ad2d66db38c95c.tar.bz2
cv-195d117d14604df753e70bb278ad2d66db38c95c.tar.xz
cv-195d117d14604df753e70bb278ad2d66db38c95c.zip
Update travis configuration with xetex package install
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c07be52..b732202 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-latex-recommended texlive-luatex texlive-xetex
script:
- latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex
deploy: