notmuch/.travis.yml
David Bremner 9956a326db travis: add xapian-backports PPA
We really want to be testing with a more current version of xapian
than that available in Ubuntu Xenial
2019-04-13 23:15:23 -03:00

26 lines
390 B
YAML

language: c
dist: xenial
addons:
apt:
sources:
- sourceline: 'ppa:xapian-backports/ppa'
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