summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: