X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=.travis.yml;h=9dcec1ffc63a90aa34a9b11c2ee209aac70da994;hp=c2316cc5b3b71f7a447a80c811ce69e353353a6e;hb=cbf9f890aab6a9fe6ce4fbe7f1a7903582ff5ff4;hpb=06cd6513fa4b23541909fab6ace2c3ecfe455651 diff --git a/.travis.yml b/.travis.yml index c2316cc5..9dcec1ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,25 @@ language: c -dist: trusty -sudo: required +dist: bionic -before_install: - - sudo apt-get update -qq - - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx gdb gpgsm +addons: + apt: + sources: + - sourceline: 'ppa:xapian-backports/ppa' + packages: + - dtach + - libxapian-dev + - libgmime-3.0-dev + - libtalloc-dev + - python3-sphinx + - python3-cffi + - python3-pytest + - python3-setuptools + - libpython3-all-dev + - gpgsm script: - ./configure - - make download-test-databases - make test notifications: