summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-09-10 05:00:04 +1100
committerChristophe Roger <darwiinc@live.fr>2017-09-10 05:00:04 +1100
commit89d1394bbbf2338dfde54963c80479d45b4fa361 (patch)
tree15b4ac879c685e582ad7075f731e456f64203d67
parentf47ca44e8378240f907a55dfaf764cf96572bab1 (diff)
downloadcv-89d1394bbbf2338dfde54963c80479d45b4fa361.tar.gz
cv-89d1394bbbf2338dfde54963c80479d45b4fa361.tar.bz2
cv-89d1394bbbf2338dfde54963c80479d45b4fa361.tar.xz
cv-89d1394bbbf2338dfde54963c80479d45b4fa361.zip
Add tex distribution update to travis configuration
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f4ee436..b09dbaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +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
script:
- latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex
deploy: