forked from josch/img2pdf
.travis.yml: install additional dependencies
This commit is contained in:
parent
0992832ab0
commit
78bd869b10
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ matrix:
|
|||
apt:
|
||||
packages:
|
||||
- imagemagick
|
||||
- libtiff-tools
|
||||
- libimage-exiftool-perl
|
||||
- poppler-utils
|
||||
- netpbm
|
||||
- ghostscript
|
||||
- name: "python 3.8 Windows"
|
||||
os: windows
|
||||
language: shell # 'language: python' is an error on Travis CI Windows
|
||||
|
|
Loading…
Reference in a new issue