]> git.notmuchmail.org Git - notmuch/blobdiff - .travis.yml
doc: update install suggestions for fedora derivatives
[notmuch] / .travis.yml
index 8f5a90d20d669ae499565db3ca3a3e58f32b2338..9dc03619560a0b10f9c058e3cd61ad307c3c9cdf 100644 (file)
@@ -1,16 +1,21 @@
 language: c
 
-dist: trusty
-sudo: false
+dist: bionic
 
 addons:
   apt:
+    sources:
+    - sourceline: 'ppa:xapian-backports/ppa'
     packages:
     - dtach
     - libxapian-dev
-    - libgmime-2.6-dev
+    - libgmime-3.0-dev
     - libtalloc-dev
-    - python-sphinx
+    - python3-sphinx
+    - python3-cffi
+    - python3-pytest
+    - python3-setuptools
+    - libpython3-all-dev
     - gpgsm
 
 script: