]> git.notmuchmail.org Git - notmuch/blobdiff - .travis.yml
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / .travis.yml
index 6c03f0fbb3e0dfdaf93b570a3d058ee7f5a66704..5bb03de632941b82738f9c5f2d4c8a828f2199b9 100644 (file)
@@ -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