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:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- imagemagick
|
- imagemagick
|
||||||
|
- libtiff-tools
|
||||||
|
- libimage-exiftool-perl
|
||||||
|
- poppler-utils
|
||||||
|
- netpbm
|
||||||
|
- ghostscript
|
||||||
- name: "python 3.8 Windows"
|
- name: "python 3.8 Windows"
|
||||||
os: windows
|
os: windows
|
||||||
language: shell # 'language: python' is an error on Travis CI Windows
|
language: shell # 'language: python' is an error on Travis CI Windows
|
||||||
|
|
Loading…
Reference in a new issue