X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=.travis.yml;h=9dcec1ffc63a90aa34a9b11c2ee209aac70da994;hp=802efd98c30d2eeef2963ad210368a62091b5e5a;hb=50092a03752180489ecc343eea93f0540c6a47af;hpb=43668950626f347f05aad7d49cd9ea4383030443 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: