From 3b193e42b25f1910e72177c8678c55730874cd94 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:03:59 +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 b09dbaa..a29f5c7 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 -- tlmgr update --self --all +- sudo tlmgr update --self --all script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3