]> git.notmuchmail.org Git - notmuch/blobdiff - .travis.yml
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / .travis.yml
index c2316cc5b3b71f7a447a80c811ce69e353353a6e..5bb03de632941b82738f9c5f2d4c8a828f2199b9 100644 (file)
@@ -1,19 +1,29 @@
 language: c
 
-dist: trusty
-sudo: required
+dist: bionic
 
-before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx gdb gpgsm
+addons:
+  apt:
+    sources:
+    - sourceline: 'ppa:xapian-backports/ppa'
+    packages:
+    - dtach
+    - libxapian-dev
+    - 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