diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-09-10 03:26:18 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-09-10 03:26:18 +1100 |
commit | 493ea3f11441f66769ddb14cad75bcc33084057c (patch) | |
tree | 1c5adc8478e2548e4c2c9c7d35ffb15364eeb7f2 | |
parent | 195d117d14604df753e70bb278ad2d66db38c95c (diff) | |
download | cv-493ea3f11441f66769ddb14cad75bcc33084057c.tar.gz cv-493ea3f11441f66769ddb14cad75bcc33084057c.tar.bz2 cv-493ea3f11441f66769ddb14cad75bcc33084057c.tar.xz cv-493ea3f11441f66769ddb14cad75bcc33084057c.zip |
Update travis configuration with xcolor package install
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b732202..cba0e57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty 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 + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: |