Skip to content

Commit 2142553

Browse files
committed
More Travis updates
1 parent e852d27 commit 2142553

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ python:
88
- 3.8
99
before_script: "./travis/before-script.sh"
1010
script: nosetests -w tests
11+
dist: xenial
1112
notifications:
1213
email: false

travis/before-script.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
WKHTML2PDF_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
98
sudo apt-get -f install

0 commit comments

Comments
 (0)