X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=.travis.yml;h=5bb03de632941b82738f9c5f2d4c8a828f2199b9;hp=d18325e2887e122fa176997567d8ded8e4461f1d;hb=HEAD;hpb=2ed63574079133aca211f0fd6ccc05ff068e40bb diff --git a/.travis.yml b/.travis.yml index d18325e2..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 - python3-sphinx - - gdb + - 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