File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - 3.8
99before_script : " ./travis/before-script.sh"
1010script : nosetests -w tests
11- dist : xenial
11+ dist : bionic
1212notifications :
1313 email : false
Original file line number Diff line number Diff line change 22
33WKHTML2PDF_VERSION=' 0.12.6-1'
44
5- sudo apt-get install -y openssl build-essential libssl-dev libpthread-stubs0-dev libxau-dev xorg-sgml-doctools libxdmcp-dev x11proto-core-dev x11proto-input-dev x11proto-kb-dev xtrans-dev libx11-dev libxcb1-dev libjpeg62 libxtst6 libfontenc1 libxfont1 x11-common xfonts-encodings xfonts-utils fontconfig xfonts-base xfonts-75dpi
6- wget " https://github.com/wkhtmltopdf/packaging/releases/download/${WKHTML2PDF_VERSION} /wkhtmltox_${WKHTML2PDF_VERSION} .xenial_amd64 .deb"
7- sudo dpkg -i wkhtmltox_${WKHTML2PDF_VERSION} .xenial_amd64 .deb
5+ sudo apt-get install -y openssl build-essential libssl-dev libxrender1 libfontconfig1 libx11-dev fontconfig xfonts-75dpi xfonts-base
6+ wget " https://github.com/wkhtmltopdf/packaging/releases/download/${WKHTML2PDF_VERSION} /wkhtmltox_${WKHTML2PDF_VERSION} .bionic_amd64 .deb"
7+ sudo dpkg -i wkhtmltox_${WKHTML2PDF_VERSION} .bionic_amd64 .deb
88sudo apt-get -f install
You can’t perform that action at this time.
0 commit comments