summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-09-18 13:25:51 +1100
committerChristophe Roger <darwiinc@live.fr>2017-09-18 13:25:51 +1100
commitcf53d78a4abe4c9c424e96ce01b044dcdf72b62c (patch)
tree015d91a974515b88811d169b35c2d3bbc10bfeb3
parent3ce3e872fb25a7a5d2f0ccf6474d7ae0c5ccb59c (diff)
downloadcv-cf53d78a4abe4c9c424e96ce01b044dcdf72b62c.tar.gz
cv-cf53d78a4abe4c9c424e96ce01b044dcdf72b62c.tar.bz2
cv-cf53d78a4abe4c9c424e96ce01b044dcdf72b62c.tar.xz
cv-cf53d78a4abe4c9c424e96ce01b044dcdf72b62c.zip
Add tex distribution update to travis configuration
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bdcbfb5..ee6b198 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,9 @@ sudo: required
dist: trusty
before_install:
- sudo add-apt-repository -y ppa:texlive-backports/ppa
-- sudo apt-get -qq update && sudo apt-get install -y texlive-full fonts-font-awesome
+- 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
script:
- latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex
deploy: