]> git.notmuchmail.org Git - notmuch/blob - .travis.yml
doc/build: use $(MAKE) instead of make
[notmuch] / .travis.yml
1 language: c
2
3 dist: xenial
4
5 addons:
6   apt:
7     packages:
8     - dtach
9     - libxapian-dev
10     - libgmime-2.6-dev
11     - libtalloc-dev
12     - python3-sphinx
13     - gpgsm
14
15 script:
16   - ./configure
17   - make download-test-databases
18   - make test
19
20 notifications:
21   irc:
22     channels:
23       - "chat.freenode.net#notmuch"
24     on_success: change