Skip to content

Commit 30e0d3b

Browse files
committed
Switch Travis to Bionic
1 parent 2142553 commit 30e0d3b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

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

travis/before-script.sh

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

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

0 commit comments

Comments
 (0)