mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
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:
parent
6682b4e686
commit
b58594cd5b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ addons:
|
|||
apt:
|
||||
sources:
|
||||
- sourceline: 'ppa:xapian-backports/ppa'
|
||||
- sourceline: 'ppa:notmuch/notmuch'
|
||||
packages:
|
||||
- dtach
|
||||
- libxapian-dev
|
||||
|
|
Loading…
Reference in a new issue