diff options
| author | Christophe Roger <darwiinc@live.fr> | 2017-09-10 05:08:36 +1100 |
|---|---|---|
| committer | Christophe Roger <darwiinc@live.fr> | 2017-09-10 05:08:36 +1100 |
| commit | b66fa54a98a015c5dd0c011530beef43ed83abee (patch) | |
| tree | e3f93094defae7f0167628a4dbad91e889c49aba | |
| parent | 3b193e42b25f1910e72177c8678c55730874cd94 (diff) | |
Add tex distribution update to travis configuration
| -rw-r--r-- | .travis.yml | 2 |
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: |
