]> git.notmuchmail.org Git - notmuch/blobdiff - .travis.yml
notmuch-show.c: add an option for messages to be returned unthreaded
[notmuch] / .travis.yml
index f6d729f233ab0a61775a87cccdc79ff761565d59..9dc03619560a0b10f9c058e3cd61ad307c3c9cdf 100644 (file)
@@ -1,6 +1,6 @@
 language: c
 
-dist: xenial
+dist: bionic
 
 addons:
   apt:
@@ -9,9 +9,13 @@ 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: