notmuch/.travis.yml
David Bremner 045f0e455a Import notmuch_0.27.orig.tar.gz
[dgit import orig notmuch_0.27.orig.tar.gz]
2018-06-12 22:39:33 -03: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