notmuch/.travis.yml
David Bremner f7130468d2 Import notmuch_0.28.2.orig.tar.gz
[dgit import orig notmuch_0.28.2.orig.tar.gz]
2019-02-17 07:30:33 -04:00

25 lines
344 B
YAML

language: c
dist: trusty
sudo: false
addons:
apt:
packages:
- dtach
- libxapian-dev
- libgmime-2.6-dev
- libtalloc-dev
- python3-sphinx
- gpgsm
script:
- ./configure
- make download-test-databases
- make test
notifications:
irc:
channels:
- "chat.freenode.net#notmuch"
on_success: change