mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 11:28:13 +01:00
switch travis to bionic
This should solve the problem with pytest versions. Drop the notmuch PPA, as (hopefully) we don't need those packages in bionic
This commit is contained in:
parent
af8c069194
commit
a48ccb5ef8
1 changed files with 1 additions and 2 deletions
|
@ -1,12 +1,11 @@
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
dist: xenial
|
dist: bionic
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:xapian-backports/ppa'
|
- sourceline: 'ppa:xapian-backports/ppa'
|
||||||
- sourceline: 'ppa:notmuch/notmuch'
|
|
||||||
packages:
|
packages:
|
||||||
- dtach
|
- dtach
|
||||||
- libxapian-dev
|
- libxapian-dev
|
||||||
|
|
Loading…
Reference in a new issue