forked from josch/img2pdf
.travis.yml: use bionic instead of xenial
This commit is contained in:
parent
c506cf0b8d
commit
7ccd987d6d
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
language: python
|
language: python
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: "python 3.7 Xenial"
|
- name: "Ubuntu Bionic"
|
||||||
dist: xenial
|
dist: bionic
|
||||||
python: 3.7
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in a new issue