diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-09-10 05:03:59 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-09-10 05:03:59 +1100 |
commit | 3b193e42b25f1910e72177c8678c55730874cd94 (patch) | |
tree | 63e5584c8e7b0703714b87da105478fc9bceb5f9 /.travis.yml | |
parent | 89d1394bbbf2338dfde54963c80479d45b4fa361 (diff) | |
download | cv-3b193e42b25f1910e72177c8678c55730874cd94.tar.gz cv-3b193e42b25f1910e72177c8678c55730874cd94.tar.bz2 cv-3b193e42b25f1910e72177c8678c55730874cd94.tar.xz cv-3b193e42b25f1910e72177c8678c55730874cd94.zip |
Add tex distribution update to travis configuration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |