X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=.travis.yml;h=5bb03de632941b82738f9c5f2d4c8a828f2199b9;hp=f6d729f233ab0a61775a87cccdc79ff761565d59;hb=HEAD;hpb=9956a326db2dbdd32863a67acb28abc82d16a5c8 diff --git a/.travis.yml b/.travis.yml index f6d729f2..5bb03de6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: c -dist: xenial +dist: bionic addons: apt: @@ -9,18 +9,21 @@ addons: packages: - dtach - libxapian-dev - - libgmime-2.6-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: irc: channels: - - "chat.freenode.net#notmuch" + - "irc.libera.chat#notmuch" on_success: change