]> git.notmuchmail.org Git - notmuch/blobdiff - .travis.yml
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / .travis.yml
index 90a1cc56137ac4a2543c8ab176ac5e99c21cc257..5bb03de632941b82738f9c5f2d4c8a828f2199b9 100644 (file)
@@ -1,6 +1,6 @@
 language: c
 
-dist: xenial
+dist: bionic
 
 addons:
   apt:
@@ -12,15 +12,18 @@ addons:
     - 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