travis: use ppa:notmuch/notmuch

https://launchpad.net/~notmuch/+archive/ubuntu/notmuch/+packages
contains backports of gmime and gpgme and related cryptographic tools
to ubuntu xenial.

I tried to do a simple backport of gmime alone, and it failed due to
the older gpgme in xenial, so this setup resolves those problems.

This should allow us to continue to use the Travis continuous
integration build.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2019-05-05 18:41:26 -04:00 committed by David Bremner
parent 6682b4e686
commit b58594cd5b

View file

@ -6,6 +6,7 @@ addons:
apt: apt:
sources: sources:
- sourceline: 'ppa:xapian-backports/ppa' - sourceline: 'ppa:xapian-backports/ppa'
- sourceline: 'ppa:notmuch/notmuch'
packages: packages:
- dtach - dtach
- libxapian-dev - libxapian-dev