From fada7a82bdb1db9bbbd4866000e5d18a0e0ea592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 23 Mar 2016 17:48:09 +0100 Subject: [PATCH] Fix build due to division by zero bug in raco cover (issue #118). --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d4a35398..279c4f3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,9 +33,9 @@ before_install: - latex newunicodechar.ins - 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 fix-relative-html-links ~/cover-tool/cover -#- (cd ~/cover-tool/cover; raco pkg install --deps search-auto --update-deps --skip-installed) +- echo "Temporary switch to my fork of cover:" +- git clone https://github.com/jsmaniac/cover.git -b fix-div-by-zero--issue-118 ~/cover-tool/cover +- (cd ~/cover-tool/cover; raco pkg install --deps search-auto --update-deps --skip-installed) cache: apt: true