From 15fd156ce08935d6ec6788f757889c462c1e2baf Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Tue, 30 Jun 2020 22:28:39 +0300 Subject: [PATCH] travis: Install mscorefonts --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e932cd34..ff8e99bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,8 @@ jobs: node_js: - "10" before_script: - - sudo apt update && sudo apt install -y calibre + - sudo sh -c "echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections" + - sudo apt update && sudo apt install -y calibre msttcorefonts - npm install gitbook-cli -g - npm install markdownlint-cli -g - npm install svgexport -g