X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=.travis.yml;h=9dc03619560a0b10f9c058e3cd61ad307c3c9cdf;hp=802efd98c30d2eeef2963ad210368a62091b5e5a;hb=HEAD;hpb=7ac96b149f5a0e5c03b64856d7c20789dab3c628 diff --git a/.travis.yml b/.travis.yml index 802efd98..5bb03de6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,26 +1,29 @@ 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: irc: channels: - - "chat.freenode.net#notmuch" + - "irc.libera.chat#notmuch" on_success: change