diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-09-18 13:22:06 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-09-18 13:22:06 +1100 |
commit | 3ce3e872fb25a7a5d2f0ccf6474d7ae0c5ccb59c (patch) | |
tree | 96846b0210fb26cec63655ac0e25fa59e20443f7 /.travis.yml | |
parent | 1df80d86733ae3b2dc4b555d23bc4c2e121dbc1d (diff) | |
download | cv-3ce3e872fb25a7a5d2f0ccf6474d7ae0c5ccb59c.tar.gz cv-3ce3e872fb25a7a5d2f0ccf6474d7ae0c5ccb59c.tar.bz2 cv-3ce3e872fb25a7a5d2f0ccf6474d7ae0c5ccb59c.tar.xz cv-3ce3e872fb25a7a5d2f0ccf6474d7ae0c5ccb59c.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 9321d12..bdcbfb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required dist: trusty before_install: -- sudo add-apt-repository ppa:jonathonf/texlive -y +- sudo add-apt-repository -y ppa:texlive-backports/ppa - sudo apt-get -qq update && sudo apt-get install -y texlive-full fonts-font-awesome script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex |