diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-09-10 05:54:48 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-09-10 05:54:48 +1100 |
commit | 16f2428c11ef42bf16df7f18ad75dd008a267a9e (patch) | |
tree | 1be1f45adcc6fdc1cddcf93a725fde76623ee550 | |
parent | ef7b2b41edb09a1675b33ba77dcbde572554f450 (diff) | |
download | cv-16f2428c11ef42bf16df7f18ad75dd008a267a9e.tar.gz cv-16f2428c11ef42bf16df7f18ad75dd008a267a9e.tar.bz2 cv-16f2428c11ef42bf16df7f18ad75dd008a267a9e.tar.xz cv-16f2428c11ef42bf16df7f18ad75dd008a267a9e.zip |
Add tex distribution update to travis configuration
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6919afc..0f4f237 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ sudo: required dist: trusty before_install: -- sudo add-apt-repository ppa:jonathonf/texlive -y - 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 xzdec +- sudo add-apt-repository ppa:jonathonf/texlive -y +- sudo apt-get -qq update && sudo apt-get upgrade script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: |