Skip to content

Commit

Permalink
Travis: download a prebuilt Poppler 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtm committed Aug 16, 2016
1 parent 4b78b58 commit 0c9405d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ matrix:
addons:
apt:
packages:
- poppler-utils
- imagemagick
before_install:
# install poppler 0.41.0 (required by the diffpdf script)
- travis_retry curl -L http://brechtm.github.io/rinohtype-travis/dotlocal.tar.xz | tar xJ -C ~
- export PATH=$HOME/.local/bin:$PATH
- export LD_LIBRARY_PATH=$HOME/.local/lib
- python: 3.5
env: TOXENV=test-docs

Expand Down

0 comments on commit 0c9405d

Please sign in to comment.