From 0b717c20458d12191f479fc693dd1ca1eb11c050 Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Mon, 5 Feb 2018 19:33:35 -0600 Subject: Provide an alternative PDF previewer based on Poppler mutool is licensed under the Affero GPL, which has strict distribution requirements. Poppler is licensed under the more liberal GPL, making it a good alternative for those who can't use mutool. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2513e87114..09e16698e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ addons: - ffmpeg - mupdf - mupdf-tools + - poppler-utils bundler_args: --without test --jobs 3 --retry 3 before_install: -- cgit v1.2.3