X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=.travis.yml;h=9dcec1ffc63a90aa34a9b11c2ee209aac70da994;hb=a663783343cb992d132ecc18e4e4d4e37bbf12e9;hp=802efd98c30d2eeef2963ad210368a62091b5e5a;hpb=43668950626f347f05aad7d49cd9ea4383030443;p=notmuch diff --git a/.travis.yml b/.travis.yml index 802efd98..9dcec1ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,25 @@ language: c -dist: trusty -sudo: false +dist: bionic addons: apt: + sources: + - sourceline: 'ppa:xapian-backports/ppa' packages: - dtach - libxapian-dev - - libgmime-2.6-dev + - libgmime-3.0-dev - libtalloc-dev - - python-sphinx - - gdb + - python3-sphinx + - python3-cffi + - python3-pytest + - python3-setuptools + - libpython3-all-dev - gpgsm script: - ./configure - - make download-test-databases - make test notifications: