From 83d02872925b1ee3e85556db9e0950136cbff446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 3 Feb 2016 17:21:49 +0100 Subject: [PATCH] Switch to version of cover which fixes relative links. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c3a1558..ad00a111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ before_install: - mkdir -p "$latex_home/tex/latex/newunicodechar" - mv newunicodechar.sty "$latex_home/tex/latex/newunicodechar" - echo "Temporary switch to my fork of cover:" -- git clone https://github.com/jsmaniac/cover.git -b multiple-output-formats ~/cover-tool/cover +- git clone https://github.com/jsmaniac/cover.git -b fix-relative-html-links ~/cover-tool/cover - (cd ~/cover-tool/cover; raco pkg install --deps search-auto --update-deps --skip-installed) cache: