summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-05-05 18:41:26 -0400
committerDavid Bremner <david@tethera.net>2019-05-06 20:39:29 -0300
commitb58594cd5b0c7738443fc189cee66f699a43bd06 (patch)
treedcc2058ede699cfb9e3462973150192b73302c07
parent6682b4e686b7972883626c9b0f941ae4bf02dedb (diff)
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>
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 90a1cc56..f9516bde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ addons:
apt:
sources:
- sourceline: 'ppa:xapian-backports/ppa'
+ - sourceline: 'ppa:notmuch/notmuch'
packages:
- dtach
- libxapian-dev