From 3ce3e872fb25a7a5d2f0ccf6474d7ae0c5ccb59c Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 18 Sep 2017 13:22:06 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1