diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-09-10 03:19:41 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-09-10 03:19:41 +1100 |
commit | 195d117d14604df753e70bb278ad2d66db38c95c (patch) | |
tree | 6d49fe66864df2091c17ba8083e35610ef1f6c4b /.travis.yml | |
parent | 97b20c82439a9f53c6c435ff373174d600dce672 (diff) | |
download | cv-195d117d14604df753e70bb278ad2d66db38c95c.tar.gz cv-195d117d14604df753e70bb278ad2d66db38c95c.tar.bz2 cv-195d117d14604df753e70bb278ad2d66db38c95c.tar.xz cv-195d117d14604df753e70bb278ad2d66db38c95c.zip |
Update travis configuration with xetex package install
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |