aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVladimir Panteleev <notmuch@thecybershadow.net>2017-08-17 17:51:40 +0000
committerDavid Bremner <david@tethera.net>2017-08-30 07:20:34 -0300
commit2268eeb90d9603fe4b74e15240117857cbbac2f5 (patch)
tree783ffd170d2086a6f923101945b6350391618055 /.travis.yml
parent544d0e288d764cc03ff7b7e777aa7487f8403156 (diff)
.travis.yml: Add gdb and gpgsm dependencies
This allows running more tests which were previously skipped due to missing dependencies.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ddc4c34..5be8fb15 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: c
before_install:
- sudo apt-get update -qq
- - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx
+ - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx gdb gpgsm
# Notmuch requires zlib 1.2.5.2, unfortunately travis runs on Ubuntu 12.04LTS which
# ships with zlib 1.2.3.3. We need to update to zlib 1.2.5.2 to be able to build.