]> git.notmuchmail.org Git - notmuch/blob - .travis.yml
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / .travis.yml
1 language: c
2
3 dist: bionic
4
5 addons:
6   apt:
7     sources:
8     - sourceline: 'ppa:xapian-backports/ppa'
9     packages:
10     - dtach
11     - libxapian-dev
12     - libgmime-3.0-dev
13     - libtalloc-dev
14     - python3-sphinx
15     - python3-cffi
16     - python3-pytest
17     - python3-setuptools
18     - libpython3-all-dev
19     - gpgsm
20
21 script:
22   - ./configure
23   - make download-test-databases
24   - make test
25
26 notifications:
27   irc:
28     channels:
29       - "chat.freenode.net#notmuch"
30     on_success: change