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
1112notifications :
1213 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 xorg libssl-dev libxrender1 libfontconfig1 libx11-dev libjpeg62 libxtst6 fontconfig xfonts-75dpi xfonts-base libpng12-0
6- https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
7- wget " https://github.com/wkhtmltopdf/packaging/releases/download/${WKHTML2PDF_VERSION} /wkhtmltox_${WKHTML2PDF_VERSION} .focal_amd64.deb"
8- sudo dpkg -i wkhtmltox_${WKHTML2PDF_VERSION} .focal_amd64.deb
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
98sudo apt-get -f install
You can’t perform that action at this time.
0 commit comments