From d0927444e3b54c9a22df9778d8c3fc04288867ce Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:14:52 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26400f3..cdd2495 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,9 @@ 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-pictures pgf texlive-lang-french fonts-font-awesome -- tlmgr init-usertree && tlmgr update --self --all + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome xzdec +- tlmgr init-usertree +- tlmgr update --self --all --usermode script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3