]> git.cworth.org Git - notmuch/blob - .travis.yml
.travis.yml: Replace manual zlib installation with "dist: trusty"
[notmuch] / .travis.yml
1 language: c
2
3 dist: trusty
4 sudo: required
5
6 before_install:
7   - sudo apt-get update -qq
8   - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev libtalloc-dev python-sphinx gdb gpgsm
9
10 script:
11   - ./configure
12   - make download-test-databases
13   - make test
14
15 notifications:
16   irc:
17     channels:
18       - "chat.freenode.net#notmuch"
19     on_success: change