summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-09-10 03:26:18 +1100
committerChristophe Roger <darwiinc@live.fr>2017-09-10 03:26:18 +1100
commit493ea3f11441f66769ddb14cad75bcc33084057c (patch)
tree1c5adc8478e2548e4c2c9c7d35ffb15364eeb7f2
parent195d117d14604df753e70bb278ad2d66db38c95c (diff)
downloadcv-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.yml2
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: