summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-09-10 05:14:52 +1100
committerChristophe Roger <darwiinc@live.fr>2017-09-10 05:14:52 +1100
commitd0927444e3b54c9a22df9778d8c3fc04288867ce (patch)
tree487e17e53719e3105863f1a83cd6f04a2c4ca3eb
parentb66fa54a98a015c5dd0c011530beef43ed83abee (diff)
downloadcv-d0927444e3b54c9a22df9778d8c3fc04288867ce.tar.gz
cv-d0927444e3b54c9a22df9778d8c3fc04288867ce.tar.bz2
cv-d0927444e3b54c9a22df9778d8c3fc04288867ce.tar.xz
cv-d0927444e3b54c9a22df9778d8c3fc04288867ce.zip
Add tex distribution update to travis configuration
-rw-r--r--.travis.yml5
1 files 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: