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
|
||||
matrix:
|
||||
include:
|
||||
- name: "python 3.7 Xenial"
|
||||
dist: xenial
|
||||
python: 3.7
|
||||
- name: "Ubuntu Bionic"
|
||||
dist: bionic
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in a new issue