.travis.yml: Add gdb and gpgsm dependencies

This allows running more tests which were previously skipped due to
missing dependencies.
This commit is contained in:
Vladimir Panteleev 2017-08-17 17:51:40 +00:00 committed by David Bremner
parent 544d0e288d
commit 2268eeb90d

View file

@ -1,7 +1,7 @@
language: c language: c
before_install: before_install:
- sudo apt-get update -qq - 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 # 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. # ships with zlib 1.2.3.3. We need to update to zlib 1.2.5.2 to be able to build.