X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=.travis.yml;h=9dc03619560a0b10f9c058e3cd61ad307c3c9cdf;hp=6c03f0fbb3e0dfdaf93b570a3d058ee7f5a66704;hb=HEAD;hpb=af8c069194df3b47c30d0f82e2c2acca873e54e3 diff --git a/.travis.yml b/.travis.yml index 6c03f0fb..5bb03de6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ language: c -dist: xenial +dist: bionic addons: apt: sources: - sourceline: 'ppa:xapian-backports/ppa' - - sourceline: 'ppa:notmuch/notmuch' packages: - dtach - libxapian-dev @@ -21,11 +20,10 @@ addons: script: - ./configure - - make download-test-databases - make test notifications: irc: channels: - - "chat.freenode.net#notmuch" + - "irc.libera.chat#notmuch" on_success: change