diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-09-18 13:30:05 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-09-18 13:30:05 +1100 |
commit | 9170755cbcdb164dea938b5e27b6cfcf3ebd4030 (patch) | |
tree | 084808d99cfe148c2a6393678dd46de5f83e49e7 | |
parent | cf53d78a4abe4c9c424e96ce01b044dcdf72b62c (diff) | |
download | cv-9170755cbcdb164dea938b5e27b6cfcf3ebd4030.tar.gz cv-9170755cbcdb164dea938b5e27b6cfcf3ebd4030.tar.bz2 cv-9170755cbcdb164dea938b5e27b6cfcf3ebd4030.tar.xz cv-9170755cbcdb164dea938b5e27b6cfcf3ebd4030.zip |
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 ee6b198..48f3084 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required dist: trusty before_install: -- sudo add-apt-repository -y ppa:texlive-backports/ppa +- sudo add-apt-repository -y ppa:grand-edgemaster/texlive-backports - 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 |