From b66fa54a98a015c5dd0c011530beef43ed83abee Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:08:36 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a29f5c7..26400f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ 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 -- sudo tlmgr update --self --all +- tlmgr init-usertree && tlmgr update --self --all script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.1